templates: disable search bar until the results are better

This commit is contained in:
nia 2021-04-21 11:14:11 +00:00
parent 91e85469dd
commit 2ba1b7d5d3

View file

@ -1,4 +1,4 @@
<!-- $NetBSD: README.top,v 1.30 2021/04/21 10:17:16 nia Exp $ -->
<!-- $NetBSD: README.top,v 1.31 2021/04/21 11:14:11 nia Exp $ -->
<!-- generated by pkgsrc/mk/scripts/mkreadme -->
<!doctype html>
<html lang="en">
@ -13,10 +13,11 @@ function appendSearch() {
return true;
}
/* commented out until the search results are better
window.onload = function() {
var e = document.getElementById('search-box');
e.style.display = "block";
};
};*/
</script>
</head>
<body>