diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-06-03 16:33:43 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-06-03 16:33:43 +0200 |
commit | d9e7206e6bcc83bc6387b7e98438395fbf4b3a02 (patch) | |
tree | fea6f6669cd7005cf894aee36eb7bca5589c746f /extensions/Splinter | |
parent | 405866228897e5c22db42ca8ea2418a8fca00a5e (diff) | |
download | bugzilla-d9e7206e6bcc83bc6387b7e98438395fbf4b3a02.tar.gz bugzilla-d9e7206e6bcc83bc6387b7e98438395fbf4b3a02.tar.xz |
Bug 878785 - when setting request flags from a splinter review, the fields do not auto-complete the requestee addresses
Diffstat (limited to 'extensions/Splinter')
-rw-r--r-- | extensions/Splinter/template/en/default/pages/splinter.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl index 80c0a314e..5023706d4 100644 --- a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl +++ b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl @@ -37,8 +37,10 @@ "js/yui/json/json-min.js", "js/yui/datasource/datasource-min.js", "js/yui/datatable/datatable-min.js", - "extensions/Splinter/web/splinter.js" ] + "extensions/Splinter/web/splinter.js", + "js/field.js" ] bodyclasses = bodyclasses + yui = ['autocomplete'] %] [% can_edit = 0 %] |