This commit is contained in:
Simon Vieille 2018-12-18 10:28:57 +01:00
parent 8dda5cac48
commit a0b4a67866
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -27,7 +27,7 @@ window.addEventListener('load', function() {
}
}
var stylusInterval = window.setInterval(function() {
/*var stylusInterval = window.setInterval(function() {
var stylus = document.querySelector('style.stylus');
if (stylus && !stylus.getAttribute('data-clean')) {
@ -36,5 +36,6 @@ window.addEventListener('load', function() {
window.clearInterval(stylusInterval);
}
}, 100);
*/
} catch (e) {}
});