Skip to content

Commit

Permalink
Remove google analytics from website
Browse files Browse the repository at this point in the history
  • Loading branch information
metatype committed May 21, 2018
1 parent bf69753 commit 4e7e283
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions website/layouts/header.html
Expand Up @@ -37,18 +37,6 @@
<link href="https://fonts.googleapis.com/css?family=Open+Sans:200,400,500,300,600,800,700,400italic,600italic,700italic,800italic,300italic" rel="stylesheet" type="text/css">
<link href="/css/font-awesome.min.css" rel="stylesheet" type='text/css'>

<!-- google analytics -->
<script>
(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-63425957-1', 'auto');
ga('send', 'pageview');
</script>
<!-- end google analytics -->

<% if @community == true %>
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBYSxyIKS22zC4wSLFXZGR8QKXbGWLFwYw&sensor=false">
Expand Down

0 comments on commit 4e7e283

Please sign in to comment.