Home

ugit @801198a1f767603e5452a5e9a397d25c9a3f45da - refs - log -
-
https://git.jolheiser.com/ugit.git
The code powering this h*ckin' site
ugit / internal / html / repo_search.js
- raw
1
2
const search = new URLSearchParams(window.location.search).get("q");
if (search !== "") document.querySelector("#search").value = search;