dev #7

Merged
sysadminix merged 42 commits from dev into main 2024-08-09 18:55:32 +03:00
Showing only changes of commit 632ff3c812 - Show all commits

View File

@@ -228,7 +228,9 @@ function checkStateCookie () {
document.querySelector(".cookie_block").classList.add("show")
}
if (!window.document.cookie.includes("popup_show=false")){
document.querySelector(".popup_wrapper").classList.add("show")
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")