Difference between revisions of "MediaWiki:Monobook.js"

Content deleted Content added
No edit summary
 
No edit summary
Line 1:
function addLoadEvent(func)
{
if (window.addEventListener)
window.addEventListener("load", func, false);
else if (window.attachEvent)
window.attachEvent("onload", func);
}