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>' );
$( function() {
 
if(mw.config.get( 'wgPageName' ) !== 'Special:RecordWizard') {
 
return;
 
}
 
window.onbeforeunload = function() {
 
  return "Are you sure you want to leave? All your unsaved work will be lost.";
 
};
 
});
 
 
/*$(window).load( function() {
 
/*$(window).load( function() {
 
if(typeof RLCONF['wgCodeEditorCurrentLanguage'] != 'undefined'){
 
if(typeof RLCONF['wgCodeEditorCurrentLanguage'] != 'undefined'){

Revision as of 13:11, 4 October 2021

$( '.queryviz-loading' ).html( '<center><img src="https://upload.wikimedia.org/wikipedia/commons/7/7a/Balls.gif" width="50" /></center>' );
/*$(window).load( function() {
	if(typeof RLCONF['wgCodeEditorCurrentLanguage'] != 'undefined'){
	    $("*").removeProp("font-family");
	    alert("ok")
	} else {
		return;
	}
});*/