From ebdc84f7e11f834a7986ff7499d9eaee58885543 Mon Sep 17 00:00:00 2001 From: SBD Date: Wed, 29 Nov 2023 19:05:40 +0300 Subject: [PATCH] 0.8.429 --- static/js/user_profile.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/js/user_profile.js b/static/js/user_profile.js index ab300ec..07fae13 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -334,7 +334,10 @@ function selectItemAddrPoint(id, name, ctrl_name,){ tap_cont.value = id; changeWidthEL(tap_txt_cont) input_list.classList.remove('show'); - document.querySelector(".container_form_search_carrier").style.zIndex = 'unset' + if (document.querySelector(".container_form_search_carrier")){ + document.querySelector(".container_form_search_carrier").style.zIndex = 'unset' + } + }