User:Cshadd/monobook.js: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Blanked the page)
No edit summary
Line 1: Line 1:
 
function errorcustom() {
errorMsg = "A error has occured";
alert(errorMsg);
}
window.onerror = errorcustom();

Revision as of 16:46, July 11, 2010

function errorcustom() {
errorMsg = "A error has occured";
alert(errorMsg);
}
window.onerror = errorcustom();