5
This commit is contained in:
@@ -11,6 +11,9 @@ window.onload = function (){
|
||||
middleWareJS()
|
||||
openOrCloseCurtainSupportChat()
|
||||
openOverlayOrClose()
|
||||
let height = window.innerHeight
|
||||
document.querySelector('body').style.maxHeight = height + 'px'
|
||||
document.querySelector('body').style.height = height + 'px'
|
||||
if (window.location.href.includes('profile') && !window.location.href.includes('login') && !window.location.href.includes('registration')){
|
||||
let user_type = getInfoAboutUser()
|
||||
if (user_type === 'mobile') {
|
||||
|
||||
Reference in New Issue
Block a user