Skip to content

Commit

Permalink
switch google analytics account (jestjs#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lacker authored and cpojer committed Aug 27, 2016
1 parent e6fda9f commit e588fc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/core/Site.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ var Site = React.createClass({
(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-387204-10', 'facebook.github.io');
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44373548-17', 'auto');
ga('send', 'pageview');
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)
Expand Down

0 comments on commit e588fc5

Please sign in to comment.