No edit summary
Tag: Reverted
Blanked the page
Tags: Blanking Manual revert
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
$(document).ready(function() {
 
    // Check if the user is not logged in
    if (mw.config.get('wgUserName') === null) {
        // Hide the tabs for anonymous users
        $('#ca-history').hide();
        $('#ca-view').hide();
        $('#ca-viewsource').hide();
    }
});

Latest revision as of 20:12, 27 October 2024