We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd054ea commit cba9e34Copy full SHA for cba9e34
docs/app/components/AdsCarbon.vue
@@ -5,6 +5,9 @@ onMounted(() => {
5
if (!el.value) {
6
return
7
}
8
+ if (document.querySelector('#_carbonads_js')) {
9
+ return
10
+ }
11
12
const script = document.createElement('script')
13
script.setAttribute('type', 'text/javascript')
0 commit comments