remove useless code

This commit is contained in:
Simon Vieille 2021-10-23 12:42:02 +02:00
parent edf0189340
commit d55d741fcd
1 changed files with 2 additions and 0 deletions

View File

@ -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) {}
});