From c2b1f8f68d334385f26a40f1714cf71f5dbe25f8 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 11 Jan 2012 00:40:39 -0500 Subject: Bug 715650 - User auto-completion does not work in request.cgi for requester and requestee as expected r=timello, a=LpSolit --- template/en/default/request/queue.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/request/queue.html.tmpl') 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'] %]