diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-06 10:32:11 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-06 10:32:11 +0100 |
commit | a0890c45b9e68254ab530b037bd9f68f8b234c50 (patch) | |
tree | 32b0359aa1f19846b27ff89baa11e113b790bf32 /template | |
parent | e5f4701b8a61c7f3eada35942a4850eb781fee7a (diff) | |
download | bugzilla-a0890c45b9e68254ab530b037bd9f68f8b234c50.tar.gz bugzilla-a0890c45b9e68254ab530b037bd9f68f8b234c50.tar.xz |
Bug 715705: User auto-completion doesn't work for watched users in the email prefs tab
r=timello a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/prefs/prefs.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
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", |