Jump to content

MediaWiki:Common.js: Difference between revisions

From Babhan Wiki
Blanked the page
Tag: Blanking
No edit summary
Line 1: Line 1:
 
mw.loader.using('mediawiki.util').then(function () {
    if (!mw.config.get('wgUserGroups').includes('sysop')) {
        $('#ca-history').remove();
    }
});

Revision as of 21:48, 31 July 2026

mw.loader.using('mediawiki.util').then(function () {
    if (!mw.config.get('wgUserGroups').includes('sysop')) {
        $('#ca-history').remove();
    }
});