From 8744bbb6751ef344c6f079494a8757fa4f8132ef Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Fri, 30 May 2008 12:29:26 +0000 Subject: [PATCH] =?utf8?q?Bug=20426165=20=C3=A2=C2=80=C2=93=20javascript?= =?utf8?q?=20in=20template=20flag/list.html.tmpl=20overwrites=20default=20?= =?utf8?q?onload-Event=20Patch=20By=20Guy=20Pyrzak=20=20r=3Dmkanat=20a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/flag/list.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 8aef809e0d..32a44a605d 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); // --> -- 2.47.3