Merge pull request #594 from outline/tommoor-patch-1

Update Analytics.js
This commit is contained in:
Tom Moor
2018-02-12 22:30:42 -08:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ function Analytics() {
dangerouslySetInnerHTML={{
__html: `
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', ${process.env.GOOGLE_ANALYTICS_ID}, 'auto');
ga('create', '${process.env.GOOGLE_ANALYTICS_ID}', 'auto');
ga('send', 'pageview');
`,
}}