diff --git a/best-cigars-guide/blocks/footer/footer.css b/best-cigars-guide/blocks/footer/footer.css index 1781645..88b1242 100644 --- a/best-cigars-guide/blocks/footer/footer.css +++ b/best-cigars-guide/blocks/footer/footer.css @@ -11,7 +11,6 @@ footer .footer { footer .footer p { margin: 0; text-align: center; - font-size: 0.75em; font-weight: 300; } diff --git a/best-cigars-guide/scripts/delayed.js b/best-cigars-guide/scripts/delayed.js index fa36c3d..c1357f5 100644 --- a/best-cigars-guide/scripts/delayed.js +++ b/best-cigars-guide/scripts/delayed.js @@ -105,6 +105,7 @@ function loadTrueVault() { const script = document.createElement('script'); script.src = 'https://polaris.truevaultcdn.com/static/pc/OTNJF7CVF/polaris.js'; + script.async = true; script.onload = () => { // DOMContentLoaded event is required to initialise polaris window.document.dispatchEvent(new Event('DOMContentLoaded')); @@ -113,7 +114,7 @@ function loadTrueVault() { } // Load Scripts -if (window.location.hostname !== 'localhost') { +if (window.location.hostname === 'www.famous-smoke.com') { if (!isGALoaded()) { loadGoogleAnalytics(); }