MediaWiki:Common.js: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 202: Line 202:
     Rounded("div#nifty", "all", "#FFF", "#D4DDFF", "smooth");
     Rounded("div#nifty", "all", "#FFF", "#D4DDFF", "smooth");
}
}
addOnloadHook(doRoundEdges);




Line 234: Line 231:
     n.style[p] = v;
     n.style[p] = v;
}
}
/* Add a hook to perform code on every pageload */
addOnloadHook(performIE);


function performIE() {
function performIE() {
Line 269: Line 263:
genSetRandDARTNumber();
genSetRandDARTNumber();


/* </pre> */
$(function() {
    doRoundEdges();
    performIE();
});