Bug 271022 JavaScript Console Error: Opening Non-Sidebar Windows in the Sidebar ("searchBox has no properties")

p=gavin.sharp@gmail.com r=mconnor
This commit is contained in:
bugzilla%arlen.demon.co.uk 2005-01-03 00:52:33 +00:00
Родитель 2617691023
Коммит f60706e4d8
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -3491,6 +3491,7 @@ function asyncFocusSearchBox(event)
{
var sidebar = document.getElementById("sidebar");
var searchBox = sidebar.contentDocument.getElementById("search-box");
if (searchBox)
searchBox.focus();
sidebar.removeEventListener("load", asyncFocusSearchBox, true);
}