Skip to content

Commit

Permalink
Add hostname check from CFB to delayed.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyklapatch committed Nov 5, 2024
1 parent da0c1c2 commit 3e9fe7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best-cigars-guide/scripts/delayed.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function loadTrueVault() {
}

// Load Scripts
if (window.location.hostname !== 'localhost') {
if (window.location.hostname !== 'www.famous-smoke.com') {
if (!isGALoaded()) {
loadGoogleAnalytics();
}
Expand Down

0 comments on commit 3e9fe7a

Please sign in to comment.