Difference between revisions of "MediaWiki:Common.js"

From CAMEO
Jump to navigation Jump to search
(Blanked the page)
Tag: Blanking
 
Line 1: Line 1:
 
+
if ( mw.config.get( 'wgUserGroups', [] ).indexOf( 'sysop' ) !== -1 ) {
 +
jQuery( CustomizeModificationsOfSidebar );
 +
}

Latest revision as of 09:48, 8 February 2022

if ( mw.config.get( 'wgUserGroups', [] ).indexOf( 'sysop' ) !== -1 ) {
	jQuery( CustomizeModificationsOfSidebar );
}