Bug #297360 --> onMore now only takes one argument. Forgot to check this in with Bug 297360.

a=asa
This commit is contained in:
scott%scott-macgregor.org 2005-07-08 00:12:53 +00:00
Родитель ebc59d0f82
Коммит 67238ae36c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -100,7 +100,7 @@ function searchOnLoad()
abList = document.getElementById("abPopup");
gAbResultsTree = document.getElementById("abResultsTree");
onMore(null, 0);
onMore(null);
}
function searchOnUnload()