From a0b4a67866fdf010496a3aa8dcc917fcf08b2d0d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 18 Dec 2018 10:28:57 +0100 Subject: [PATCH] stylus --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 3794ca1..5405622 100644 --- a/main.js +++ b/main.js @@ -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) {} });