Remove async attribute from Matomo script
This commit is contained in:
parent
8d4b294635
commit
883328e38e
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ export const useAppHead = (pageTitleChunk) => {
|
|||
_paq.push(['setSiteId', '4']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();`,
|
||||
async: true
|
||||
})();`
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue