Move the "my domain" autocomplete suggestion to a separate JS component b=370306 r=Standard8 sr=bienvenu

This commit is contained in:
neil@parkwaycc.co.uk 2008-05-28 05:01:51 -07:00
parent 639c1461f9
commit edb87479bf

View File

@ -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)