diff options
Diffstat (limited to 'extensions/BMO/template/en')
-rw-r--r-- | extensions/BMO/template/en/default/global/choose-product.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/global/choose-product.html.tmpl b/extensions/BMO/template/en/default/global/choose-product.html.tmpl index 4c0b6f736..9f3aca3c0 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -65,10 +65,11 @@ [% IF cloned_bug_id %] ProdCompSearch.cloned_bug_id = '[% cloned_bug_id FILTER js %]'; [% END %] + ProdCompSearch.script_name = '[% target FILTER js %]'; </script> <div id="prod_comp_search_main"> [% PROCESS prodcompsearch/form.html.tmpl - input_label = "Type to find product and component by name or description:" + input_label = "Find product:" %] </div> |