add cookie 2
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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()
|
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user