0.8.367
This commit is contained in:
@@ -53,3 +53,9 @@ function open_chat (user_id){
|
||||
window.location.replace(href)
|
||||
}
|
||||
|
||||
function changeWidthEL (el){
|
||||
let parent = el.offsetParent
|
||||
let loader_place = parent.querySelector('.abbreviation_airport_in_search')
|
||||
loader_place.classList.toggle('hide')
|
||||
el.classList.toggle('width-100')
|
||||
}
|
||||
Reference in New Issue
Block a user