From 29194be40c04930a69e284c3126b925768bff4c4 Mon Sep 17 00:00:00 2001 From: David Russell Date: Mon, 29 Aug 2016 10:07:17 +0700 Subject: [PATCH] Resolved #5 token rendering in view template. --- app/com/gitpitch/views/frags/GoogleAnalytics.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }