From 40207ab256ffd55eda08f03908a52d71622d3a29 Mon Sep 17 00:00:00 2001 From: borissedw Date: Sat, 11 Nov 2023 18:27:29 +0300 Subject: [PATCH] 0.0.351 --- static/js/user_profile_2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index 279071a..35d96b8 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -736,7 +736,7 @@ function open_curtain (left=null,right=null,overlay=null,close=null){ } else { let user_type = getInfoAboutUser() - if (user_type === 'mobile') { + if (user_type === 'mobile' || !window.location.host.includes('profile')) { curtain.classList.toggle("open") curtain.classList.toggle("close") newCurtainZIndex()