0.8.458
This commit is contained in:
@@ -82,4 +82,11 @@ function focusOnInput (el) {
|
||||
let parent = el.offsetParent
|
||||
let input = parent.querySelector('.find_route')
|
||||
input.focus()
|
||||
}
|
||||
|
||||
function checkLetterOrNumber (el){
|
||||
let txt = el.value
|
||||
if (isNaN(txt)){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user