diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-12-22 06:20:23 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-12-22 06:20:23 +0100 |
commit | b300c83e7b907f14c9f94a50370aab6f8fb3d1a7 (patch) | |
tree | 1b9005ed8ac7f29bb0ef9babb6c28bb0644ef03f /extensions/GuidedBugEntry | |
parent | 1e95913315c21a2ce181007d66294c5f1f975038 (diff) | |
download | bugzilla-b300c83e7b907f14c9f94a50370aab6f8fb3d1a7.tar.gz bugzilla-b300c83e7b907f14c9f94a50370aab6f8fb3d1a7.tar.xz |
Fixed prod comp search for guided entry
Diffstat (limited to 'extensions/GuidedBugEntry')
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl index ddae5443b..0d7434188 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl @@ -10,6 +10,7 @@ [% js_urls = [ 'extensions/GuidedBugEntry/web/js/products.js', 'extensions/GuidedBugEntry/web/js/guided.js', + 'extensions/ProdCompSearch/web/js/prod_comp_search.js', 'js/field.js', 'js/TUI.js', 'js/bug.js' ] %] [% js_urls.push('extensions/BMO/web/js/prod_comp_search.js') IF BMO %] |