Notandi:Egill/common.js

 
Lína 1: Lína 1:
 
mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );
 
mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );
 
setInterval(function(){
 
setInterval(function(){
 +
  $('link[rel=stylesheet]').remove();
 
   mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );
 
   mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );
 
},4000)
 
},4000)

Núverandi breyting frá og með 1. september 2020 kl. 16:07

mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );
setInterval(function(){
  $('link[rel=stylesheet]').remove();
  mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );
},4000)