Skip to content

Commit

Permalink
clear script
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusher committed Feb 5, 2024
1 parent a22dfc5 commit 5ad187a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/delayed.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ function getEnvType(hostname = window.location.hostname) {

async function loadAdobeLaunch() {
const adobedtmSrc = {
dev: 'https://assets.adobedtm.com/launch-EN8919423a46da4e859aad8cef6f514471.min.js',
preview: 'https://assets.adobedtm.com/launch-EN8919423a46da4e859aad8cef6f514471.min.js',
live: 'https://assets.adobedtm.com/launch-EN8919423a46da4e859aad8cef6f514471.min.js',
dev: 'https://assets.adobedtm.com/launch-.min.js',
preview: 'https://assets.adobedtm.com/launch-.min.js',
live: 'https://assets.adobedtm.com/launch-.min.js',
};
await loadScript(adobedtmSrc[getEnvType()], {
type: 'text/javascript',
Expand Down

0 comments on commit 5ad187a

Please sign in to comment.