diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-06-25 14:05:28 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-06-25 14:05:28 +0200 |
commit | c696b87beabb93c1d929410b6a51d097aa76c812 (patch) | |
tree | fabfb517032b9e6e299424680902fa6323fb6179 /extensions/GuidedBugEntry | |
parent | cf8110a0f153cd482a937afa47adc49f7f9fef71 (diff) | |
download | bugzilla-c696b87beabb93c1d929410b6a51d097aa76c812.tar.gz bugzilla-c696b87beabb93c1d929410b6a51d097aa76c812.tar.xz |
Bug 766908 - Show the "fileit" textfield when creating a bug in the full chooser with all product
r=glob
Diffstat (limited to 'extensions/GuidedBugEntry')
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl index fc0a1321e..ee5bea892 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl @@ -10,7 +10,7 @@ [% js_urls = [ 'extensions/GuidedBugEntry/web/js/products.js', 'extensions/GuidedBugEntry/web/js/guided.js', 'js/field.js', 'js/TUI.js', 'js/bug.js' ] %] -[% js_urls.push('extensions/BMO/web/js/choose_product.js') IF BMO %] +[% js_urls.push('extensions/BMO/web/js/prod_comp_search.js') IF BMO %] [% yui_modules = [ 'history', 'datatable', 'container' ] %] [% yui_modules.push('autocomplete') IF BMO %] |