From c696b87beabb93c1d929410b6a51d097aa76c812 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 25 Jun 2012 08:05:28 -0400 Subject: Bug 766908 - Show the "fileit" textfield when creating a bug in the full chooser with all product r=glob --- extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl') 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 %] -- cgit v1.2.3-24-g4f1b