Skip to content

Commit

Permalink
fix(CarbonAds): unnecessary script type
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Nov 11, 2024
1 parent c93bd22 commit 325cde1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/components/ScriptCarbonAds.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ function loadCarbon() {
}
status.value = 'loading'
const script = document.createElement('script')
script.setAttribute('type', 'text/javascript')
script.setAttribute('src', withQuery('https://cdn.carbonads.com/carbon.js', {
serve: props.serve,
placement: props.placement,
Expand Down

0 comments on commit 325cde1

Please sign in to comment.