Commit 8744bbb6 authored by guy.pyrzak%gmail.com's avatar guy.pyrzak%gmail.com

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
parent 33e2f4f6
......@@ -68,7 +68,7 @@
}
}
}
window.onload = disableRequesteeFields;
YAHOO.util.Event.addListener(window, "load", disableRequesteeFields);
// -->
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment