summaryrefslogtreecommitdiffstats
path: root/template/en/default/search
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2011-03-24 13:30:47 +0100
committerByron Jones <bjones@mozilla.com>2011-03-24 13:30:47 +0100
commitd2aaf9404f480aef65c4709ee58fc77b954c0d1d (patch)
treedaeb4be414e684a24744ac751b8480eeaf355c5f /template/en/default/search
parenta011cac4d115c49f5cc2742027a0009aa3bc4722 (diff)
downloadbugzilla-d2aaf9404f480aef65c4709ee58fc77b954c0d1d.tar.gz
bugzilla-d2aaf9404f480aef65c4709ee58fc77b954c0d1d.tar.xz
Bug 644285: Fix javascript errors while creating data sets
r=dkl, a=mkanat
Diffstat (limited to 'template/en/default/search')
-rw-r--r--template/en/default/search/search-create-series.html.tmpl2
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"
%]