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:

search.js
7 7
    var checkBox = document.getElementById("searchAll");
8 8

  
9 9
    if (searchString=="") {
10
        if (confirm("Show *all* data in the KNB?")) {
10
        if (confirm("Show *all* data?")) {
11 11
            searchString = "%";
12 12
        } else {
13 13
            return false;

Also available in: Unified diff