Resolve merge conflict, using ziplines changes

This commit is contained in:
Nathan Leniz
2015-03-28 12:16:42 +09:00
18 changed files with 229 additions and 728 deletions

View File

@@ -235,7 +235,7 @@ var runTests = function(err, data) {
};
function showCompletion() {
var time = Math.floor(Date.now() / 1000) - started;
var time = Math.floor(Date.now()) - started;
ga('send', 'event', 'Challenge', 'solved', challengeName + ', Time: ' + time +', Attempts: ' + attempts);
$('#complete-courseware-dialog').modal('show');
$('#complete-courseware-dialog').keydown(function(e) {