Difference between revisions of "User:Bwoebi/monobook.js"

From FreewarWiki
Jump to: navigation, search
(Created page with 'addOnLoadHook(function () {if (wgUserName!="") document.getElementById("sitenotice-login").style.display = "none";});')
 
Line 1: Line 1:
−
addOnLoadHook(function () {if (wgUserName!="") document.getElementById("sitenotice-login").style.display = "none";});
+
addOnLoadHook(function () {if (wgUserName!="") document.getElementById("sitenotice-login").style.display = "none"; alert("Test")});

Revision as of 15:54, 2 April 2011

addOnLoadHook(function () {if (wgUserName!="") document.getElementById("sitenotice-login").style.display = "none"; alert("Test")});