summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2005-02-26 00:27:24 +0100
committerbugreport%peshkin.net <>2005-02-26 00:27:24 +0100
commit9eebc260a41390387e7f5c9effe52855af297364 (patch)
treef39f159546c63bd51e1144d130519a88091f04fd /template/en/default/reports
parent04eec747666f354fc710afd9e7d48d4c1e17b5b2 (diff)
downloadbugzilla-9eebc260a41390387e7f5c9effe52855af297364.tar.gz
bugzilla-9eebc260a41390387e7f5c9effe52855af297364.tar.xz
Bug 282999 remove Javascript LANGUAGE attribute in all files
Patch by Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit,a=myk
Diffstat (limited to 'template/en/default/reports')
-rw-r--r--template/en/default/reports/create-chart.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/reports/create-chart.html.tmpl b/template/en/default/reports/create-chart.html.tmpl
index 445c7b9cb..005d14752 100644
--- a/template/en/default/reports/create-chart.html.tmpl
+++ b/template/en/default/reports/create-chart.html.tmpl
@@ -34,7 +34,7 @@
donames = 1
%]
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
[%# This function takes necessary action on selection of a subcategory %]
function subcatSelected() {
var cat = document.chartform.category.value;
@@ -124,7 +124,7 @@ function subcatSelected() {
[% END %]
</table>
- <script language="JavaScript" type="text/javascript">
+ <script type="text/javascript">
document.chartform.category[0].selected = true;
document.chartform.subcategory.disabled = '';
document.chartform.name.disabled = '';