Skip to content

Commit

Permalink
Merge pull request #210 from nypublicradio/remove-duplicate-oim
Browse files Browse the repository at this point in the history
remove embedded OIM script in favor of GTM
  • Loading branch information
jgitlin-nypr authored Mar 22, 2024
2 parents f24015e + c9d5035 commit 02ab9dc
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 02ab9dc

Please sign in to comment.