Merge pull request #5169 from FreeCodeCamp/fix/challenge-time-ga

Fix challenge ga time completion
pull/5179/head
Rex Schrader 2015-12-13 11:04:12 -08:00
commit 8ce6d5a60a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ window.common = (function(global) {
} = global; } = global;
common.showCompletion = function showCompletion() { common.showCompletion = function showCompletion() {
var time = Math.floor(Date.now() - window.started); var time = Math.floor(Date.now() - common.started);
ga( ga(
'send', 'send',