From 3653ae56a04f32f30a32e2ace7d3959352e004b1 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Fri, 25 Jan 2019 15:38:18 -0800 Subject: [PATCH] remove Google Analytics from site; closes #3349 Signed-off-by: Christopher Hiller --- docs/_includes/default.html | 2 -- docs/js/ga.js | 7 ------- 2 files changed, 9 deletions(-) delete mode 100644 docs/js/ga.js diff --git a/docs/_includes/default.html b/docs/_includes/default.html index 09e7c7ff93..6926264756 100644 --- a/docs/_includes/default.html +++ b/docs/_includes/default.html @@ -47,7 +47,5 @@

- - diff --git a/docs/js/ga.js b/docs/js/ga.js deleted file mode 100644 index b310cf7085..0000000000 --- a/docs/js/ga.js +++ /dev/null @@ -1,7 +0,0 @@ -(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','https://www.google-analytics.com/analytics.js','ga'); - -ga('create', 'UA-65024936-1', 'auto'); -ga('send', 'pageview');