diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 62f8fd3..8d5536e 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -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'