This commit is contained in:
SBD
2023-11-19 14:20:59 +03:00
parent ea567008c6
commit ccb8c6585c
7 changed files with 89 additions and 50 deletions

View File

@@ -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')
}