fixup status message when no find command in URL

This commit is contained in:
BigEd 2010-12-03 16:28:55 +00:00
parent fc46e50289
commit e660736204
1 changed files with 1 additions and 1 deletions

View File

@ -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;