Skip to content

Commit

Permalink
Update delayed.js
Browse files Browse the repository at this point in the history
Updating to include both the live and page Helix sites
  • Loading branch information
davenichols-DHLS authored Jan 31, 2024
1 parent 41f2815 commit d82e2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/delayed.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function loadGTM() {

if (
!window.location.hostname.includes('localhost')
&& !document.location.hostname.includes('.hlx.page')
&& !document.location.hostname.includes('.hlx')
) {
loadGTM();
}
Expand Down

0 comments on commit d82e2a0

Please sign in to comment.