From e660736204223493241c7f40ee1fa19c96a59427 Mon Sep 17 00:00:00 2001 From: BigEd Date: Fri, 3 Dec 2010 16:28:55 +0000 Subject: [PATCH] fixup status message when no find command in URL --- expertWires.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expertWires.js b/expertWires.js index 63f2a82..0efb6a9 100644 --- a/expertWires.js +++ b/expertWires.js @@ -310,7 +310,7 @@ var highlightThese; // also zoom to fit those nodes (not presently optional) function hiliteNodeList(){ var tmplist = document.getElementById('HighlightThese').value.split(/[\s,]+/); - if(tmplist.length==0){ + if(tmplist.join("").length==0){ // request to highlight nothing, so switch off any signal highlighting hiliteNode(-1); return;