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:

portalpages.js
38 38
  var canSearch = true;
39 39
  var searchString = trim(formObj.elements["anyfield"].value);
40 40
  if (searchString=="") {
41
    if (confirm("Show *all* data in the KNB?\n(this may take some time!)")) {
41
    if (confirm("Show *all* data?\n(this may take some time!)")) {
42 42
	  formObj.elements["anyfield"].value = "%";
43 43
	  canSearch = true;
44 44
	} else {

Also available in: Unified diff