8000 Update carbon-ad.js · bootstrap-vue/bootstrap-vue@47a5f4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 47a5f4b

Browse files
authored
Update carbon-ad.js
1 parent 32ea8b3 commit 47a5f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/carbon-ad.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
mounted() {
3333
// Remove any leftover Carbonads scripts from the `<head>`
3434
const nodes = document.querySelectorAll('head > script[id="_carbonads_projs"]')
35-
for (let node of nodes) {
35+
for (const node of nodes) {
3636
try {
3737
node.parentNode.removeChild(node)
3838
} catch {}

0 commit comments

Comments
 (0)
0