From aad7a3e89576f9a530b372c0c98f3eaa7370d6ad Mon Sep 17 00:00:00 2001 From: Jonathan Brown Date: Fri, 2 Dec 2016 14:39:46 +0700 Subject: [PATCH] Remove Google Analytics. --- src/js/script.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/js/script.js b/src/js/script.js index 1881020..469b20f 100644 --- a/src/js/script.js +++ b/src/js/script.js @@ -26,12 +26,3 @@ moment.relativeTimeThreshold('M', 12); })(); - -(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ -(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','//www.google-analytics.com/analytics.js','ga'); - -// ga('create', 'UA-68390837-2', 'auto'); -ga('create', 'UA-80834434-1', 'auto'); -ga('send', 'pageview'); \ No newline at end of file