From 5d5686a5dc20bb127924d3cd95eb09163c35426c Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Fri, 15 Jun 2012 15:41:57 +0100 Subject: [PATCH] Updated GA code. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ad8ea7e..54f6cf4 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@ // Google Analytics var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-32675598-1']); + _gaq.push(['_setAccount', 'UA-32675598-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;