remove useless code

This commit is contained in:
Simon Vieille 2021-10-23 12:46:36 +02:00
parent d55d741fcd
commit 579ccea03e

View file

@ -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');