small fix

This commit is contained in:
Jerry
2020-12-02 11:46:40 +03:00
parent 29f5ddb5ca
commit 409679b97c

View File

@@ -24,7 +24,7 @@
if (document.querySelector('.show-promo-popup')) {
setTimeout(function(){
if (document.querySelector('.signed-user')){
if (!document.querySelector('.signed-user')){
addPopup();
}
}, 6000);