0.8.439
This commit is contained in:
@@ -332,7 +332,9 @@ function selectItemAddrPoint(id, name, ctrl_name,){
|
|||||||
tap_txt_cont.setAttribute('title',name)
|
tap_txt_cont.setAttribute('title',name)
|
||||||
let tap_cont = document.querySelector("#id_" + ctrl_name.slice(0, -4));
|
let tap_cont = document.querySelector("#id_" + ctrl_name.slice(0, -4));
|
||||||
tap_cont.value = id;
|
tap_cont.value = id;
|
||||||
changeWidthEL(tap_txt_cont)
|
if (!window.location.href.includes("profile")){
|
||||||
|
changeWidthEL(tap_txt_cont)
|
||||||
|
}
|
||||||
input_list.classList.remove('show');
|
input_list.classList.remove('show');
|
||||||
if (document.querySelector(".container_form_search_carrier")){
|
if (document.querySelector(".container_form_search_carrier")){
|
||||||
document.querySelector(".container_form_search_carrier").style.zIndex = 'unset'
|
document.querySelector(".container_form_search_carrier").style.zIndex = 'unset'
|
||||||
|
|||||||
Reference in New Issue
Block a user