This commit is contained in:
2023-11-11 18:27:29 +03:00
parent 1aea397f9a
commit 40207ab256

View File

@@ -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()