MediaWiki:Common.js

Revision as of 17:06, 8 March 2016 by A3sriniv (talk | contribs) (Created page with "Any JavaScript here will be loaded for all users on every page load.: jQuery(function($){ if ( mw.user.isAnon() ) { $('#p-tb').hide(); //id or class varies with skin }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Any JavaScript here will be loaded for all users on every page load. */

jQuery(function($){ if ( mw.user.isAnon() ) { 
$('#p-tb').hide(); //id or class varies with skin 
} } );