From 55b8f248ceed516ad97a80f1eff0a8a9984cc388 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 7 Jun 2014 23:10:54 -0700 Subject: [PATCH] Fix tracking tags. --- index.html | 2 +- tutorial.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e677849..6341845 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-37845853-2', 'flamingcowtv.github.io'); + ga('create', 'UA-37845853-2', 'auto'); ga('send', 'pageview'); diff --git a/tutorial.html b/tutorial.html index 203a012..4811844 100644 --- a/tutorial.html +++ b/tutorial.html @@ -141,7 +141,7 @@ cosmo.pin('testsubject', 'browser is alive!'); m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-37845853-2', 'flamingcowtv.github.io'); + ga('create', 'UA-37845853-2', 'auto'); ga('send', 'pageview');