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( '<div class="mw-rcfilters-spinner"><div class="mw-rcfilters-spinner-bounce"></div></div>' );
/*$(window).load( function() {
 
if(typeof RLCONF['wgCodeEditorCurrentLanguage'] != 'undefined'){
 
    $("*").removeProp("font-family");
 
    alert("ok")
 
} else {
 
return;
 
}
 
});*/
 

Revision as of 09:24, 28 October 2021

$( '.queryviz-loading' ).html( '<div class="mw-rcfilters-spinner"><div class="mw-rcfilters-spinner-bounce"></div></div>' );