From 998c91c727ef58b31695bcc284f9504ea001ae58 Mon Sep 17 00:00:00 2001 From: SBD Date: Fri, 24 Nov 2023 16:34:13 +0300 Subject: [PATCH 1/2] 0.8.393 --- static/js/user_profile_2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index be515c8..d91e8f8 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -730,7 +730,6 @@ function close_first_curt (curtain) { } i++ }) - open_overlay(curtain) } } From a989f85b2b1aa46f03864904a1262c4d4565daea Mon Sep 17 00:00:00 2001 From: SBD Date: Fri, 24 Nov 2023 16:37:29 +0300 Subject: [PATCH 2/2] 0.8.393 --- static/js/user_profile_2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index d91e8f8..d52a68b 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -743,6 +743,7 @@ function set_curtain_z_index (curtain) { cur_el.style.zIndex = 101 } else { cur_el.style.zIndex = 99 + cur_el.parentNode.style.zIndex = 99 } i++ })