Submit show completion

This commit is contained in:
Berkeley Martinez
2015-11-21 19:48:24 -08:00
parent 7593dc4e1b
commit fe659b20f4
5 changed files with 31 additions and 15 deletions

View File

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