diff options
author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-02-22 01:00:53 +0100 |
---|---|---|
committer | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-02-22 01:00:53 +0100 |
commit | 59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8 (patch) | |
tree | 120239facf0172cb7ab89ef4bd39b9b17e4c8224 /template/en/default/list | |
parent | ea17a5ebc0448e912fb59e03a6d3052a6159edfc (diff) | |
download | bugzilla-59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8.tar.gz bugzilla-59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8.tar.xz |
Bug 490923: Autocomplete assignee, qa contact, and cc on the client side
r=LpSolit, a=mkanat
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 1e9a9e998..15fc44949 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -46,8 +46,10 @@ title = title style = style atomlink = "buglist.cgi?$urlquerypart&title=$title&ctype=atom" - javascript_urls = [ "js/util.js", "js/field.js", "js/yui/calendar.js" ] - style_urls = [ "skins/standard/buglist.css", "skins/standard/yui/calendar.css" ] + javascript_urls = [ "js/yui/bz_autocomplete_bundle.js", "js/util.js", + "js/field.js", "js/yui/calendar.js" ] + style_urls = [ "skins/standard/yui/autocomplete.css", + "skins/standard/buglist.css", "skins/standard/yui/calendar.css" ] doc_section = "query.html#list" %] |