add cookie 2

This commit is contained in:
SBD
2024-01-11 19:31:14 +03:00
parent b2abb3046b
commit e7cf694d88
3 changed files with 7 additions and 6 deletions

View File

@@ -1443,7 +1443,9 @@
.header_logo, .header_btn_mover{ .header_logo, .header_btn_mover{
margin-right: 26px; margin-right: 26px;
} }
.cookie_block{
width: 100%;
}
.menu_buttons.curtain.left.close.chat{ .menu_buttons.curtain.left.close.chat{
width: 265px; width: 265px;
} }

View File

@@ -2916,7 +2916,7 @@
.cookie_block{ .cookie_block{
background: #000000; background: #000000;
width: 50%; width: 951px;
position: fixed; position: fixed;
bottom: 5px; bottom: 5px;
z-index: 100000000000000; z-index: 100000000000000;

View File

@@ -1,6 +1,6 @@
// $(document).ready(function (){ $(document).ready(function (){
// middleWareJS() checkStateCookie()
// }) })
// window.onfocus = function () { // window.onfocus = function () {
// getSocketState() // getSocketState()
@@ -11,7 +11,6 @@ window.onload = function (){
middleWareJS() middleWareJS()
openOrCloseCurtainSupportChat() openOrCloseCurtainSupportChat()
openOverlayOrClose() openOverlayOrClose()
checkStateCookie()
} }
// //