Skip to content

Commit

Permalink
Merge pull request #762 from kolobus/master
Browse files Browse the repository at this point in the history
Google Analytics code updated
  • Loading branch information
remy committed Feb 22, 2016
2 parents 2a7b202 + 57f06fe commit 08e4639
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ <h1>The MIT License (MIT)</h1>
<footer>
<p><a href="https://github.com/remy/mit-license">Fork this project to create your own MIT license that you can always link to.</a></p>
</footer>
<script>var _gaq=[['_setAccount','UA-1656750-28'],['_trackPageview']];(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.src='//www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)})(document,'script')</script>
<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-1656750-28', 'auto');
ga('send', 'pageview');

</script>
</body>
</html>

0 comments on commit 08e4639

Please sign in to comment.