mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-19 06:54:20 +01:00
Closes #104
This commit is contained in:
@@ -63,7 +63,7 @@ function scoregraph () {
|
|||||||
for(var j = 0; j < scores[teams[i]].length; j++){
|
for(var j = 0; j < scores[teams[i]].length; j++){
|
||||||
team_score.push(scores[teams[i]][j].value);
|
team_score.push(scores[teams[i]][j].value);
|
||||||
var date = moment(scores[teams[i]][j].time * 1000);
|
var date = moment(scores[teams[i]][j].time * 1000);
|
||||||
times.push(date.format('YYYY-MM-DD hh:mm:ss'));
|
times.push(date.toDate());
|
||||||
}
|
}
|
||||||
team_score = cumulativesum(team_score);
|
team_score = cumulativesum(team_score);
|
||||||
var trace = {
|
var trace = {
|
||||||
|
|||||||
Reference in New Issue
Block a user