TRI-275 disable googlesindicator script in head section
This commit is contained in:
@@ -227,11 +227,11 @@ function checkStateCookie () {
|
|||||||
if (!window.document.cookie.includes("allow_cookie=true")){
|
if (!window.document.cookie.includes("allow_cookie=true")){
|
||||||
document.querySelector(".cookie_block").classList.add("show")
|
document.querySelector(".cookie_block").classList.add("show")
|
||||||
}
|
}
|
||||||
if (!window.document.cookie.includes("popup_show=false")){
|
// if (!window.document.cookie.includes("popup_show=false")){
|
||||||
setTimeout(() => {
|
// setTimeout(() => {
|
||||||
document.querySelector('.popup_wrapper').classList.add('show');
|
// document.querySelector('.popup_wrapper').classList.add('show');
|
||||||
}, 15000);
|
// }, 15000);
|
||||||
}
|
// }
|
||||||
if(!window.document.cookie.includes("first_authorization=true") && window.document.getElementById('authenticated_img')){
|
if(!window.document.cookie.includes("first_authorization=true") && window.document.getElementById('authenticated_img')){
|
||||||
document.querySelector(".popup_wrapper").classList.add("show")
|
document.querySelector(".popup_wrapper").classList.add("show")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user