Bug 303230 Fix unifinder refreshing to make search actually work. r=mvl npotb
git-svn-id: svn://10.0.0.236/trunk@177175 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -339,7 +339,7 @@ function searchKeyPress( searchTextItem, event )
|
||||
// 13 == return
|
||||
if (event && event.keyCode == 13) {
|
||||
clearSearchTimer();
|
||||
refreshEventTreeInternal();
|
||||
refreshEventTree();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -347,7 +347,7 @@ function searchKeyPress( searchTextItem, event )
|
||||
clearSearchTimer();
|
||||
|
||||
// make a new timer
|
||||
gSearchTimeout = setTimeout( "refreshEventTreeInternal()", 400 );
|
||||
gSearchTimeout = setTimeout( "refreshEventTree()", 400 );
|
||||
}
|
||||
|
||||
function clearSearchTimer( )
|
||||
|
||||
Reference in New Issue
Block a user