This commit is contained in:
SBD
2024-01-31 14:40:11 +03:00
parent bff6a81586
commit 9d47f4c2bc

View File

@@ -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') {