Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 authored Dec 31, 2018
1 parent 2cb8907 commit 466704e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ngApp
$scope.timerUptime++;
if (($scope.timerUptime >= UPTIME_CHECK_INTERVAL && $scope.timerUptime % UPTIME_CHECK_INTERVAL === 0) || ($scope.timerUptime === 1)) {
$window._gaq.push(['_trackEvent', 'Program Event', 'Uptime Check', $scope.moment.duration($scope.timerUptime, 'seconds').humanize(), undefined, true ],
['_trackEvent', 'Program Event', 'Version Check', VERSION + " " + $scope.userInfo.email + " " + $scope.userInfo.id, undefined, true]);
['_trackEvent', 'Program Event', 'Version Check', VERSION + " " + $scope.userInfo.id, undefined, true]);
}
}, UPTIME_CHECK_RESOLUTION);

Expand Down

0 comments on commit 466704e

Please sign in to comment.