From f8b984852ae27f14a5f44e651193f00977737ab1 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 26 May 2015 23:59:57 +0800 Subject: Bug 1146782: backport bug 1159589 to bmo (migrate autocomplete from yui to jquery) --- template/en/default/search/form.html.tmpl | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'template/en/default/search/form.html.tmpl') diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 1b9b8310f..2e36eb9e3 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -344,19 +344,11 @@ TUI_hide_default('information_query'); [% " selected" IF default.emailtype.$n == qv.name %]>[% qv.description %] [% END %] - [% IF feature_enabled('jsonrpc') && Param('ajax_user_autocompletion') %] -
- [% END %] - - [% IF feature_enabled('jsonrpc') && Param('ajax_user_autocompletion') %] -
-
- - [% END %] + [% END %] [% Hook.process('email_numbering_end') %] -- cgit v1.2.3-24-g4f1b