This commit is contained in:
Simon Vieille 2018-10-21 00:39:28 +02:00
parent f09dd04627
commit 8c900de458
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -1,5 +1,5 @@
window.addEventListener('load', function() {
try {
(function() {
var inputs = document.querySelectorAll('input[type="text"], input[autofocus], input[placeholder]');
var inputsLength = inputs.length;
@ -36,5 +36,5 @@ try {
window.clearInterval(stylusInterval);
}
}, 100);
})();
} catch (e) {}
});