Notandi:Egill/common.js

(Ný síða: mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );)
 
 
(1 millibreyting ekki sýnd frá sama notandanum)
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(){
 +
  $('link[rel=stylesheet]').remove();
 +
  mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );
 +
},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)