diff --git a/mozilla/webtools/bugzilla/template/en/default/search/search-create-series.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/search/search-create-series.html.tmpl index 8295e604954..b2bfd85112e 100644 --- a/mozilla/webtools/bugzilla/template/en/default/search/search-create-series.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/search/search-create-series.html.tmpl @@ -27,9 +27,15 @@ [% PROCESS global/variables.none.tmpl %] +[% js_data = BLOCK %] + var queryform = "chartform"; +[% END %] + [% PROCESS global/header.html.tmpl title = "Create New Data Set" onload = "selectProduct(document.forms['chartform']);" + javascript = js_data + javascript_urls = [ "js/productform.js" ] %]