зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
214e5d17a7
Коммит
20d9b63938
|
@ -3491,7 +3491,8 @@ function asyncFocusSearchBox(event)
|
|||
{
|
||||
var sidebar = document.getElementById("sidebar");
|
||||
var searchBox = sidebar.contentDocument.getElementById("search-box");
|
||||
searchBox.focus();
|
||||
if (searchBox)
|
||||
searchBox.focus();
|
||||
sidebar.removeEventListener("load", asyncFocusSearchBox, true);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче