Skip to content

Commit

Permalink
removed analytics when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Jun 25, 2013
1 parent 8b0c7c6 commit a18cb3d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/subtome.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ subtome.config(['$routeProvider', 'AnalyticsProvider', function($routeProvider,
]);

subtome.run(['$rootScope', '$location', '$window', function($rootScope, $location, $window) {
$rootScope.$on('$routeChangeSuccess', function() {
$window._gaq.push(['_trackPageview', $location.path()]);
})
$rootScope.loadGists = function loadGists() {
$('.script').each(function(i,div) {
$.ajax({
Expand Down

0 comments on commit a18cb3d

Please sign in to comment.