Changes

MediaWiki:Common.js

151 bytes added, 20:18, 1 March 2017
no edit summary
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* remove toolbox for non-logged in users */
jQuery(function($){ if ( mw.user.isAnon() ) {
$('#p-tb').hide(); //id or class varies with skin
} } );
 
testglob = 'test';