Jump to content

MediaWiki:Vector-2022.js: Difference between revisions

From Climbopedia
Created div for background overlay
m fixing the last edit
Line 1: Line 1:
$('body').prepend('<div class="custom-bg-overlay"></div>');
$('body').children().wrapAll('<div class="custom-bg-overlay"></div>');

Revision as of 08:10, 8 November 2025

$('body').children().wrapAll('<div class="custom-bg-overlay"></div>');