does making everything auto fix it?

This commit is contained in:
Jacob Levine
2019-02-09 15:19:14 -06:00
parent fe74aea4de
commit 3a5629f0ba
2 changed files with 4 additions and 6 deletions

View File

@@ -92,8 +92,3 @@ function updem() {
}
});
}
var input = document.getElementById('newEM');
input.onkeypress = input.onkeydown = function() {
this.size = ( this.value.length > 10 ) ? this.value.length : 10;
};