From d55d741fcdbafb2f1a7ff89a4e9b78378cf4bfcf Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 23 Oct 2021 12:42:02 +0200 Subject: [PATCH] remove useless code --- main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.js b/main.js index 0d79eb8..73d3ec1 100644 --- a/main.js +++ b/main.js @@ -7,6 +7,7 @@ window.addEventListener('load', function() { inputs[u].blur(); } + /* var stylusInterval = window.setInterval(function() { var stylus = document.querySelector('style.stylus'); @@ -16,5 +17,6 @@ window.addEventListener('load', function() { window.clearInterval(stylusInterval); } }, 100); + */ } catch (e) {} });