Commit c2b1f8f6 authored by Dave Lawrence's avatar Dave Lawrence

Bug 715650 - User auto-completion does not work in request.cgi for requester and…

Bug 715650 - User auto-completion does not work in request.cgi for requester and requestee as expected r=timello, a=LpSolit
parent 70ad05e5
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment