Notandi:Andrum/common.js

(Ný síða: if (mw.util.getParamValue('localhost')) { setInterval(()=>{ $('link[rel=stylesheet]').remove(); mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' ); },4000) })
 
Lína 1: Lína 1:
 
if (mw.util.getParamValue('localhost')) {
 
if (mw.util.getParamValue('localhost')) {
 
setInterval(()=>{
 
setInterval(()=>{
   $('link[rel=stylesheet]').remove(); mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );
+
   $('link[rel=stylesheet]').remove();  
 +
  mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' );
 
},4000)
 
},4000)
 
}
 
}

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

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