diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-06 10:30:34 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-06 10:30:34 +0100 |
commit | b77b425d6e453fb39911492f08d89879dfb5594f (patch) | |
tree | 5f73a04eef7813c0750cfdb01ecd5357cd5e7129 /template/en/default | |
parent | f2b9d48c8189f0ea68da1d8d1d73d5b1904b2b25 (diff) | |
download | bugzilla-b77b425d6e453fb39911492f08d89879dfb5594f.tar.gz bugzilla-b77b425d6e453fb39911492f08d89879dfb5594f.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/en/default')
-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", |