Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Nov 6, 2023
1 parent 1457cad commit 7f81b2b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,9 @@ async function bootstrap() {
await registerPlugins(app)

app.mount('#app')
await nextTick()

// @ts-ignore
await nextTick()
window._paq.push(['trackPageView'])
// @ts-ignore
window._paq.push(['enableLinkTracking'])
const d = document,
g = d.createElement('script'),
s = d.getElementsByTagName('script')[0]
g.async = true
g.src = 'https://matomo.charite.de/matomo.js'
s.parentNode.insertBefore(g, s)
}

bootstrap()

0 comments on commit 7f81b2b

Please sign in to comment.