From b77b425d6e453fb39911492f08d89879dfb5594f Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 6 Jan 2012 10:30:34 +0100 Subject: Bug 715705: User auto-completion doesn't work for watched users in the email prefs tab r=timello a=LpSolit --- template/en/default/account/prefs/prefs.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/account/prefs/prefs.html.tmpl') diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 2e7d98c07..2e8b561de 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -40,8 +40,9 @@ title = "User Preferences" subheader = filtered_login style_urls = ['skins/standard/admin.css'] - javascript_urls = ['js/util.js'] + javascript_urls = ['js/util.js', 'js/field.js'] doc_section = "userpreferences.html" + yui = ['autocomplete'] %] [% tabs = [{ name => "settings", label => "General Preferences", -- cgit v1.2.3-24-g4f1b