popup fix

This commit is contained in:
Jerry
2020-12-01 19:27:41 +03:00
parent 5a064e35c5
commit 6dc07221a0

View File

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