MediaWiki:Common.js: Difference between revisions
Appearance
Blanked the page Tag: Blanking |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
mw.loader.using(['mediawiki.util'], function () { | |||
if ($('.protection-banner').length) { | |||
$('#content').before($('.protection-banner')); | |||
} | |||
}); |
Revision as of 03:34, 9 January 2025
mw.loader.using(['mediawiki.util'], function () { if ($('.protection-banner').length) { $('#content').before($('.protection-banner')); } });