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' + } + }