MediaWiki talk:Common.js

From FreewarWiki
Revision as of 09:56, 1 April 2011 by Bwoebi (talk | contribs) (Created page with 'Why don't you hide the #sitenotice when someone is logged in? <pre><nowiki> if (wgUserName!="") document.getElementById("sitenotice").style.display = "none"; </nowiki></pre> --~~…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Why don't you hide the #sitenotice when someone is logged in?

if (wgUserName!="") document.getElementById("sitenotice").style.display = "none";

--Bwoebi discuss here please 09:56, 1 April 2011 (CEST)