diff --git a/htdocs/wp-content/themes/lawcarta/assets/js/promoPopup.js b/htdocs/wp-content/themes/lawcarta/assets/js/promoPopup.js index f9e17f1..955664a 100644 --- a/htdocs/wp-content/themes/lawcarta/assets/js/promoPopup.js +++ b/htdocs/wp-content/themes/lawcarta/assets/js/promoPopup.js @@ -8,7 +8,7 @@ var popup = '
' + '' + '
Sign up to Learn How to Get Your Book Published!
' + - '
sign up for free
' + + '
sign up for free
' + '
'; document.body.insertAdjacentHTML('beforeend', popup); @@ -24,9 +24,7 @@ if (document.querySelector('.show-promo-popup')) { setTimeout(function(){ - if (document.querySelector('a[href*="user/login"]')) { addPopup(); - } }, 6000); }