pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/templates



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Apr 21 11:14:11 UTC 2021

Modified Files:
        pkgsrc/templates: README.top

Log Message:
templates: disable search bar until the results are better


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/templates/README.top

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/templates/README.top
diff -u pkgsrc/templates/README.top:1.30 pkgsrc/templates/README.top:1.31
--- pkgsrc/templates/README.top:1.30    Wed Apr 21 10:17:16 2021
+++ pkgsrc/templates/README.top Wed Apr 21 11:14:11 2021
@@ -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>



Home | Main Index | Thread Index | Old Index