Notandi:Andrum/common.js
(2 millibreytingar ekki sýndar frá sama notandanum) | |||
Lína 1: | Lína 1: | ||
+ | setTimeout(function(){ | ||
+ | |||
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) | ||
} | } | ||
+ | |||
+ | },1000) |
Núverandi breyting frá og með 31. ágúst 2020 kl. 18:45
setTimeout(function(){ if (mw.util.getParamValue('localhost')) { setInterval(function(){ $('link[rel=stylesheet]').remove(); mw.loader.load( "http://localhost:5000/build/style.css" , 'text/css' ); },4000) } },1000)
Instagram • Facebook