Notandi:Andrum/common.js

Lína 1: Lína 1:
 
if (mw.util.getParamValue('localhost')) {
 
if (mw.util.getParamValue('localhost')) {
setInterval(()=>{
+
setInterval(function{
 
   $('link[rel=stylesheet]').remove();  
 
   $('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)
 
}
 
}

Útgáfa síðunnar 31. ágúst 2020 kl. 18:44

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