0.8.369
This commit is contained in:
@@ -64,4 +64,10 @@ function changeWidthEL (el){
|
||||
el.classList.add('w_100')
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function focusOnInput (el) {
|
||||
let parent = el.offsetParent
|
||||
let input = parent.querySelector('.find_route')
|
||||
input.focus()
|
||||
}
|
||||
Reference in New Issue
Block a user