diff options
author | Byron Jones <bjones@mozilla.com> | 2011-03-24 13:30:47 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2011-03-24 13:30:47 +0100 |
commit | d2aaf9404f480aef65c4709ee58fc77b954c0d1d (patch) | |
tree | daeb4be414e684a24744ac751b8480eeaf355c5f /template | |
parent | a011cac4d115c49f5cc2742027a0009aa3bc4722 (diff) | |
download | bugzilla-d2aaf9404f480aef65c4709ee58fc77b954c0d1d.tar.gz bugzilla-d2aaf9404f480aef65c4709ee58fc77b954c0d1d.tar.xz |
Bug 644285: Fix javascript errors while creating data sets
r=dkl, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/search/search-create-series.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/search-create-series.html.tmpl b/template/en/default/search/search-create-series.html.tmpl index 468324abd..c425fbd1d 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" %] |