mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
maybe we can fix it in js
This commit is contained in:
parent
76ac58dbab
commit
fe74aea4de
@ -92,7 +92,7 @@ function updem() {
|
||||
}
|
||||
});
|
||||
}
|
||||
var input = document.getElementsByTagName('input')[0];
|
||||
var input = document.getElementById('newEM');
|
||||
|
||||
input.onkeypress = input.onkeydown = function() {
|
||||
this.size = ( this.value.length > 10 ) ? this.value.length : 10;
|
||||
|
Loading…
Reference in New Issue
Block a user