From edb87479bf9a2e477bb4d0cd84751cf1ca396388 Mon Sep 17 00:00:00 2001 From: "neil@parkwaycc.co.uk" Date: Wed, 28 May 2008 05:01:51 -0700 Subject: [PATCH] Move the "my domain" autocomplete suggestion to a separate JS component b=370306 r=Standard8 sr=bienvenu --- .../autocomplete/resources/content/autocomplete.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xpfe/components/autocomplete/resources/content/autocomplete.xml b/xpfe/components/autocomplete/resources/content/autocomplete.xml index ec1f1da647c3..41be16c6f179 100644 --- a/xpfe/components/autocomplete/resources/content/autocomplete.xml +++ b/xpfe/components/autocomplete/resources/content/autocomplete.xml @@ -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)