diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-01-11 06:40:39 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-01-11 06:40:39 +0100 |
commit | c2b1f8f68d334385f26a40f1714cf71f5dbe25f8 (patch) | |
tree | 9a6b4414d9272bb4159161633b7da0c83d2ff5de /template/en/default/request | |
parent | 70ad05e50fda80579c56d2c02258536a5a2af975 (diff) | |
download | bugzilla-c2b1f8f68d334385f26a40f1714cf71f5dbe25f8.tar.gz bugzilla-c2b1f8f68d334385f26a40f1714cf71f5dbe25f8.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.tmpl | 3 |
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 06cebdc75..4248d12db 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -28,8 +28,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"> |