mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-06 06:57:21 +00:00
does making everything auto fix it?
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user