From 8744bbb6751ef344c6f079494a8757fa4f8132ef Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Fri, 30 May 2008 12:29:26 +0000 Subject: Bug 426165 – javascript in template flag/list.html.tmpl overwrites default onload-Event Patch By Guy Pyrzak r=mkanat a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/flag/list.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/flag') 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); // --> -- cgit v1.2.3-24-g4f1b