MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
} | } | ||
}); | }); | ||
}); | }); |
Revision as of 19:12, 4 December 2018
$(document).ready(function() { $('a[href*="Investigator:"]').each(function() { if( mw.config.get( 'wgUserId' ) === null){ $(this).hide(); } }); });