Notandi:Egill/common.js

(Ný síða: mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );)
 
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(){
 +
  mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );
 +
},4000)

Útgáfa síðunnar 1. september 2020 kl. 11:48

mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );
setInterval(function(){
  mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );
},4000)