зеркало из https://github.com/mozilla/gecko-dev.git
Bug #297360 --> onMore now only takes one argument. Forgot to check this in with Bug 297360.
a=asa
This commit is contained in:
Родитель
ebc59d0f82
Коммит
67238ae36c
|
@ -100,7 +100,7 @@ function searchOnLoad()
|
|||
abList = document.getElementById("abPopup");
|
||||
gAbResultsTree = document.getElementById("abResultsTree");
|
||||
|
||||
onMore(null, 0);
|
||||
onMore(null);
|
||||
}
|
||||
|
||||
function searchOnUnload()
|
||||
|
|
Загрузка…
Ссылка в новой задаче