зеркало из https://github.com/mozilla/gecko-dev.git
Move the "my domain" autocomplete suggestion to a separate JS component b=370306 r=Standard8 sr=bienvenu
This commit is contained in:
Родитель
639c1461f9
Коммит
edb87479bf
|
@ -55,10 +55,10 @@
|
|||
this.ifSetAttribute("disableKeyNavigation", true);
|
||||
|
||||
// initialize the search sessions
|
||||
if (this.hasAttribute("searchSessions"))
|
||||
this.initSearchSessions();
|
||||
if (this.hasAttribute("autocompletesearch"))
|
||||
this.initAutoCompleteSearch();
|
||||
if (this.hasAttribute("searchSessions"))
|
||||
this.initSearchSessions();
|
||||
|
||||
// hack to work around lack of bottom-up constructor calling
|
||||
if ("initialize" in this.resultsPopup)
|
||||
|
|
Загрузка…
Ссылка в новой задаче