Compare commits
2 Commits
0733851e4e
...
50baa907bd
| Author | SHA1 | Date | |
|---|---|---|---|
| 50baa907bd | |||
| 40207ab256 |
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user