Skip to content

Commit

Permalink
remove embedded OIM script in favor of GTM
Browse files Browse the repository at this point in the history
  • Loading branch information
jgitlin-nypr committed Mar 22, 2024
1 parent f24015e commit c9d5035
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ useHead({
{
src: config.HTL_JS,
async: true,
},
{
children: `(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.account=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,250465,267513);`,
},
}
],
noscript: [
{
Expand Down

0 comments on commit c9d5035

Please sign in to comment.