This commit is contained in:
SBD
2023-11-30 13:49:45 +03:00
parent 7cfe3f699a
commit f86e76615d

View File

@@ -332,7 +332,9 @@ function selectItemAddrPoint(id, name, ctrl_name,){
tap_txt_cont.setAttribute('title',name)
let tap_cont = document.querySelector("#id_" + ctrl_name.slice(0, -4));
tap_cont.value = id;
changeWidthEL(tap_txt_cont)
if (!window.location.href.includes("profile")){
changeWidthEL(tap_txt_cont)
}
input_list.classList.remove('show');
if (document.querySelector(".container_form_search_carrier")){
document.querySelector(".container_form_search_carrier").style.zIndex = 'unset'