Skip to content

Commit

Permalink
https://github.com/nodejs/nodejs.org/issues/1923
Browse files Browse the repository at this point in the history
  • Loading branch information
will committed Dec 31, 2018
1 parent 6286f9d commit fc5722e
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 fc5722e

Please sign in to comment.