ga completion event modif
This commit is contained in:
@ -6,14 +6,14 @@ window.common = (function(global) {
|
||||
} = global;
|
||||
|
||||
common.showCompletion = function showCompletion() {
|
||||
var time = Math.floor(Date.now() - common.started);
|
||||
|
||||
ga(
|
||||
'send',
|
||||
'event',
|
||||
'Challenge',
|
||||
'solved',
|
||||
common.challengeName + ', Time: ' + time + ', Attempts: ' + 0
|
||||
common.challengeName,
|
||||
true
|
||||
);
|
||||
|
||||
var solution = common.editor.getValue();
|
||||
|
Reference in New Issue
Block a user