Project

General

Profile

« Previous | Next » 

Revision 7537

remove explicit reference to KNB when Metacat may not be deployed as the KNB node. This has bothered my for a while, too. https://projects.ecoinformatics.org/ecoinfo/issues/3736

View differences:

include_searchbox.jsp
78 78
                var searchString = trim(searchBox.value);
79 79

  
80 80
                if (searchString=="") {
81
                        if (confirm("Show *all* data in the KNB?")) {
81
                        if (confirm("Show *all* data?")) {
82 82
          			searchString = "%";
83 83
        		} else {
84 84
          			return false;

Also available in: Unified diff