Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cubedro/eth-netstats into…
Browse files Browse the repository at this point in the history
… default-colors
  • Loading branch information
jesuscript committed Nov 8, 2016
2 parents d0b5adc + 55a9721 commit dbbdb5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, $localStorage, soc

$scope.latency = 0;

$scope.currentApiVersion = "0.1.0";
$scope.currentApiVersion = "0.1.1";

$scope.predicate = $localStorage.predicate || ['-pinned', '-stats.active', '-stats.block.number', 'stats.block.propagation'];
$scope.reverse = $localStorage.reverse || false;
Expand Down
3 changes: 2 additions & 1 deletion src/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
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-68390837-2', 'auto');
// ga('create', 'UA-68390837-2', 'auto');
ga('create', 'UA-80834434-1', 'auto');
ga('send', 'pageview');

0 comments on commit dbbdb5f

Please sign in to comment.