mirror of https://github.com/JohnHammond/CTFd.git
Fix scoreboard top 10 graph's title (#1296)
* Scoreboard graph title properly shows Users or Teamsbulk-clear-sessions
parent
76af4419b6
commit
a854bfc50f
|
@ -12,7 +12,7 @@ const config = {
|
|||
responsive: true
|
||||
};
|
||||
const layout = {
|
||||
title: "Top 10 Teams",
|
||||
title: "Top 10 " + (window.userMode === "teams" ? "Teams" : "Users"),
|
||||
paper_bgcolor: "rgba(0,0,0,0)",
|
||||
plot_bgcolor: "rgba(0,0,0,0)",
|
||||
hovermode: "closest",
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue