0.8.369
This commit is contained in:
@@ -1102,6 +1102,7 @@
|
||||
border-right: 1px solid #E6E6E6;
|
||||
border-bottom: 1px solid #E6E6E6;
|
||||
border-left: 0;
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.abbreviation_airport_in_search.hide{
|
||||
|
||||
@@ -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