remove useless code
This commit is contained in:
parent
d55d741fcd
commit
579ccea03e
1 changed files with 2 additions and 1 deletions
3
main.js
3
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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue