Skip to content

Commit

Permalink
Correction of ga script.
Browse files Browse the repository at this point in the history
  • Loading branch information
miphe committed May 21, 2014
1 parent 4405660 commit 83e7cf3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@

<!-- Tracking -->
<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');
(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-22969951-3', 'miphe.com');
ga('send', 'pageview');

ga('create', 'UA-22969951-3', 'miphe.com');
ga('send', 'pageview');
</script>
</head>
<body>
Expand Down Expand Up @@ -102,4 +103,4 @@ <h1>Mine Sweeper, by André Drougge</h1>
</footer>
</div>
</body>
</html>
</html>

0 comments on commit 83e7cf3

Please sign in to comment.