diff --git a/app/com/gitpitch/views/frags/GoogleAnalytics.scala.html b/app/com/gitpitch/views/frags/GoogleAnalytics.scala.html index e9c62cb..d32017a 100644 --- a/app/com/gitpitch/views/frags/GoogleAnalytics.scala.html +++ b/app/com/gitpitch/views/frags/GoogleAnalytics.scala.html @@ -6,7 +6,7 @@ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); - ga('create', @gaToken, 'auto'); + ga('create', '@gaToken', 'auto'); ga('send', 'pageview'); }