ugit/internal/html/repo_search.js

3 lines
138 B
JavaScript
Raw Permalink Normal View History

2025-02-03 03:54:03 +00:00
const search = new URLSearchParams(window.location.search).get("q");
if (search !== "") document.querySelector("#search").value = search;