Fix challenge ga time completion
This commit is contained in:
@ -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',
|
||||||
|
Reference in New Issue
Block a user