From f86e76615d4f4a5f0753417272d581559ab60d96 Mon Sep 17 00:00:00 2001 From: SBD Date: Thu, 30 Nov 2023 13:49:45 +0300 Subject: [PATCH] 0.8.439 --- static/js/user_profile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'