Skip to content

Commit

Permalink
Update momagic.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mmprebid authored Apr 9, 2024
1 parent 8952b22 commit ebcb219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ads/vendors/momagic.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function momagic(global, data) {
callback();
};
}
script.id = 'interactive_js_adcode';
script.id = 'interactive_js_ampcode';
script.defer = true;
script.src = url;
document.getElementsByTagName("head")[0].appendChild(script);
Expand Down

0 comments on commit ebcb219

Please sign in to comment.