mirror of https://github.com/JohnHammond/CTFd.git
Don't insert current time into graph
parent
be9c93adb4
commit
945e2148be
|
@ -62,10 +62,10 @@ function scoregraph () {
|
|||
team_scores = cumulativesum(team_scores)
|
||||
|
||||
times.unshift("x"+i)
|
||||
times.push( Math.round(new Date().getTime()/1000) )
|
||||
// times.push( Math.round(new Date().getTime()/1000) )
|
||||
|
||||
team_scores.unshift(teams[i])
|
||||
team_scores.push( team_scores[team_scores.length-1] )
|
||||
// team_scores.push( team_scores[team_scores.length-1] )
|
||||
|
||||
|
||||
xs_data[teams[i]] = "x"+i
|
||||
|
|
Loading…
Reference in New Issue