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

View File

@ -310,7 +310,7 @@ var highlightThese;
// also zoom to fit those nodes (not presently optional) // also zoom to fit those nodes (not presently optional)
function hiliteNodeList(){ function hiliteNodeList(){
var tmplist = document.getElementById('HighlightThese').value.split(/[\s,]+/); 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 // request to highlight nothing, so switch off any signal highlighting
hiliteNode(-1); hiliteNode(-1);
return; return;