From: Byron Jones Date: Thu, 24 Mar 2011 12:28:04 +0000 (+0800) Subject: Bug 644285: Fix javascript errors while creating data sets X-Git-Tag: bugzilla-4.0.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7495520049389fd587713650c7f3f135df6c3b2;p=thirdparty%2Fbugzilla.git Bug 644285: Fix javascript errors while creating data sets r=dkl, a=mkanat --- diff --git a/template/en/default/search/search-create-series.html.tmpl b/template/en/default/search/search-create-series.html.tmpl index 468324abd3..c425fbd1db 100644 --- a/template/en/default/search/search-create-series.html.tmpl +++ b/template/en/default/search/search-create-series.html.tmpl @@ -35,7 +35,7 @@ onload = "doOnSelectProduct(0);" yui = [ 'autocomplete', 'calendar' ] javascript = js_data - javascript_urls = [ "js/productform.js", "js/TUI.js", "js/field.js" ] + javascript_urls = [ "js/util.js", "js/productform.js", "js/TUI.js", "js/field.js" ] style_urls = [ "skins/standard/search_form.css" ] doc_section = "reporting.html#charts-new-series" %]