This commit is contained in:
TheEmeraldStarr 2020-09-11 14:35:04 -07:00
parent 7900d0e731
commit f3acf47f19
4 changed files with 1 additions and 97 deletions

View file

@ -1,4 +0,0 @@
function gsearch() {
var e, t, n, a;
for (e = document.getElementById("gsearchbar").value.toUpperCase(), t = document.getElementById("glist"), a = 0; a < t.querySelectorAll("a[href]").length; a++)(n = t.getElementsByTagName("a")[a]).innerHTML.toUpperCase().indexOf(e) > -1 ? n.style.display = "block" : n.style.display = "none"
}