Skip to content

Commit

Permalink
update ga info
Browse files Browse the repository at this point in the history
  • Loading branch information
hyspace committed Mar 12, 2014
1 parent 755c76c commit 8600dd7
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@
<div id="github"></div>
<script src="index.min.js?v=02131824"></script>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21699184-3']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
(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');
if(document.host === 'hyspace.io'){
ga('create', 'UA-21699184-3', 'hyspace.io');
ga('send', 'pageview');
}
</script>
</body>
</html>
</html>

0 comments on commit 8600dd7

Please sign in to comment.