summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-05-23 09:20:17 +0200
committerlpsolit%gmail.com <>2006-05-23 09:20:17 +0200
commit7827c282291a7a40d9babfeb0420d93d63940982 (patch)
treedcc94e16b7253b2f88a6f6054929d89852f5d7e2 /template
parented1bcec007e5c0103be4ee53fe8d304a1a1d7c73 (diff)
downloadbugzilla-7827c282291a7a40d9babfeb0420d93d63940982.tar.gz
bugzilla-7827c282291a7a40d9babfeb0420d93d63940982.tar.xz
Bug 323106: create-series JavaScript Error: 'options' is null or not an object - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=myk
Diffstat (limited to 'template')
-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 b2bfd8511..2d365050c 100644
--- a/template/en/default/search/search-create-series.html.tmpl
+++ b/template/en/default/search/search-create-series.html.tmpl
@@ -33,7 +33,7 @@
[% PROCESS global/header.html.tmpl
title = "Create New Data Set"
- onload = "selectProduct(document.forms['chartform']);"
+ onload = "doOnSelectProduct(0);"
javascript = js_data
javascript_urls = [ "js/productform.js" ]
%]