Bug #297360 --> onMore now only takes one argument

This commit is contained in:
scott%scott-macgregor.org 2005-07-08 00:11:59 +00:00
Родитель 09f8689edd
Коммит ebc59d0f82
1 изменённых файлов: 1 добавлений и 1 удалений

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

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