diff --git a/best-cigars-guide/scripts/delayed.js b/best-cigars-guide/scripts/delayed.js index 7ed0b2a..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'));