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";});')
 
 
(3 intermediate revisions by the same user not shown)
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";});

Latest revision as of 16:01, 2 April 2011

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