Revision 7537
Added by ben leinfelder over 11 years ago
index.jsp | ||
---|---|---|
53 | 53 |
var checkBox = document.getElementById("searchAll"); |
54 | 54 |
|
55 | 55 |
if (searchString=="") { |
56 |
if (confirm("Show *all* data in the KNB?")) {
|
|
56 |
if (confirm("Show *all* data?")) { |
|
57 | 57 |
searchString = "%"; |
58 | 58 |
} else { |
59 | 59 |
return false; |
Also available in: Unified diff
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