2 Commits

Author SHA1 Message Date
50baa907bd Merge remote-tracking branch 'origin/main' 2023-11-11 18:27:48 +03:00
40207ab256 0.0.351 2023-11-11 18:27:29 +03:00

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