summaryrefslogtreecommitdiffstats
path: root/template/en/default/request
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-01-11 06:38:13 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-01-11 06:38:13 +0100
commit320b36d4a9aa69e0fa806cd25c84c42d5a36966e (patch)
tree97faace1465dcc5d657bfd311beccf07e0af44f5 /template/en/default/request
parentafe30321a8c67892b8286b497eb12ad8472763f7 (diff)
downloadbugzilla-320b36d4a9aa69e0fa806cd25c84c42d5a36966e.tar.gz
bugzilla-320b36d4a9aa69e0fa806cd25c84c42d5a36966e.tar.xz
Bug 715650 - User auto-completion does not work in request.cgi for requester and requestee as expected
r=timello, a=LpSolit
Diffstat (limited to 'template/en/default/request')
-rw-r--r--template/en/default/request/queue.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl
index d99dadc9b..57650de55 100644
--- a/template/en/default/request/queue.html.tmpl
+++ b/template/en/default/request/queue.html.tmpl
@@ -30,8 +30,9 @@
table#filtering th { text-align: right; }
"
onload="var f = document.request_form; selectProduct(f.product, f.component, null, null, 'Any');"
- javascript_urls=["js/productform.js"]
+ javascript_urls=["js/productform.js", "js/field.js"]
style_urls = ['skins/standard/buglist.css']
+ yui = ['autocomplete']
%]
<script type="text/javascript">