sign check fix

This commit is contained in:
Jerry
2020-12-02 11:46:19 +03:00
parent 6dc07221a0
commit 29f5ddb5ca

View File

@@ -24,7 +24,7 @@
if (document.querySelector('.show-promo-popup')) { if (document.querySelector('.show-promo-popup')) {
setTimeout(function(){ setTimeout(function(){
if (document.querySelector('.sign-block a[href*="user/registration"]')){ if (document.querySelector('.signed-user')){
addPopup(); addPopup();
} }
}, 6000); }, 6000);