From 5a064e35c571f8797c4e325db5682d52d6934541 Mon Sep 17 00:00:00 2001 From: Jerry Date: Fri, 27 Nov 2020 14:25:48 +0300 Subject: [PATCH] registration link --- htdocs/wp-content/themes/lawcarta/assets/js/promoPopup.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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!
' + - '' + + '' + '
'; 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); }