User

Difference between revisions of "WikiLucas00/bluell.js"

< User:WikiLucas00

m
m
Line 1: Line 1:
 
$( '.queryviz-loading' ).html( '<center><img src="https://upload.wikimedia.org/wikipedia/commons/7/7a/Balls.gif" width="50" /></center>' );
 
$( '.queryviz-loading' ).html( '<center><img src="https://upload.wikimedia.org/wikipedia/commons/7/7a/Balls.gif" width="50" /></center>' );
 +
if (mw.config.get('wgPageName') !== 'Special:RecordWizard') {
 +
$( '#contentHeading, #bodyContent, footer').addClass('customClass');
 +
}

Revision as of 21:49, 3 March 2022

$( '.queryviz-loading' ).html( '<center><img src="https://upload.wikimedia.org/wikipedia/commons/7/7a/Balls.gif" width="50" /></center>' );
if (mw.config.get('wgPageName') !== 'Special:RecordWizard') {
	$( '#contentHeading, #bodyContent, footer').addClass('customClass');
}