0.8.459
This commit is contained in:
@@ -87,6 +87,6 @@ function focusOnInput (el) {
|
||||
function checkLetterOrNumber (el){
|
||||
let txt = el.value
|
||||
if (isNaN(txt)){
|
||||
|
||||
el.value = txt.slice(0, -1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user