From 33a4bd46fd17ab28567cdeb2eb3733901f2a033e Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 7 May 2015 12:49:01 +0800 Subject: Bug 1159589: migrate autocomplete from yui to jquery r=dylan,a=glob --- 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 c9265f076..410bd2d20 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -268,19 +268,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