MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
No edit summary
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
$(document).ready(function() {
 
$('a[href*="Investigator:"]').each(function() {
        if( mw.config.get( 'wgUserId' ) === null){
          $(this).hide();
}
});
});

Revision as of 23:25, 5 December 2020