summaryrefslogtreecommitdiffstats
path: root/template/en/default/flag
diff options
context:
space:
mode:
authorguy.pyrzak%gmail.com <>2008-05-30 14:29:26 +0200
committerguy.pyrzak%gmail.com <>2008-05-30 14:29:26 +0200
commit8744bbb6751ef344c6f079494a8757fa4f8132ef (patch)
tree8237e1476dcd5c088956a638b1e153a7c998d42a /template/en/default/flag
parent33e2f4f610bf2ae0b1936dee85186052f3ead9e4 (diff)
downloadbugzilla-8744bbb6751ef344c6f079494a8757fa4f8132ef.tar.gz
bugzilla-8744bbb6751ef344c6f079494a8757fa4f8132ef.tar.xz
Bug 426165 – javascript in template flag/list.html.tmpl overwrites default onload-Event
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat
Diffstat (limited to 'template/en/default/flag')
-rw-r--r--template/en/default/flag/list.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl
index 8aef809e0..32a44a605 100644
--- a/template/en/default/flag/list.html.tmpl
+++ b/template/en/default/flag/list.html.tmpl
@@ -68,7 +68,7 @@
}
}
}
- window.onload = disableRequesteeFields;
+ YAHOO.util.Event.addListener(window, "load", disableRequesteeFields);
// -->
</script>