Make the patch for bug 44348 pass event into the call to onReset(). r=naving, sr=sspitzer, a=asa.

This commit is contained in:
stephend%netscape.com 2002-09-05 21:50:46 +00:00
Родитель 7d800864d1
Коммит 8a4f03e715
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -270,7 +270,7 @@ function onSearchStop() {
}
function onResetSearch(event) {
onReset();
onReset(event);
var tree = GetThreadTree();
tree.treeBoxObject.view = null;