From 579ccea03e292c9412ef5a7db1d513445c5e3260 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 23 Oct 2021 12:46:36 +0200 Subject: [PATCH] remove useless code --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 73d3ec1..35282bd 100644 --- a/main.js +++ b/main.js @@ -1,5 +1,6 @@ window.addEventListener('load', function() { try { + /* var inputs = document.querySelectorAll('input[type="text"], input[autofocus], input[placeholder]'); var inputsLength = inputs.length; @@ -7,7 +8,7 @@ window.addEventListener('load', function() { inputs[u].blur(); } - /* + var stylusInterval = window.setInterval(function() { var stylus = document.querySelector('style.stylus');