dev #23

Merged
sysadminix merged 3 commits from dev into main 2024-11-03 23:44:46 +03:00
Showing only changes of commit aec622831d - Show all commits

View File

@@ -227,11 +227,11 @@ function checkStateCookie () {
if (!window.document.cookie.includes("allow_cookie=true")){
document.querySelector(".cookie_block").classList.add("show")
}
if (!window.document.cookie.includes("popup_show=false")){
setTimeout(() => {
document.querySelector('.popup_wrapper').classList.add('show');
}, 15000);
}
// if (!window.document.cookie.includes("popup_show=false")){
// setTimeout(() => {
// document.querySelector('.popup_wrapper').classList.add('show');
// }, 15000);
// }
if(!window.document.cookie.includes("first_authorization=true") && window.document.getElementById('authenticated_img')){
document.querySelector(".popup_wrapper").classList.add("show")
}