mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-10 07:36:09 +08:00
fixed merge issue
This commit is contained in:
parent
ab975b1a35
commit
344d1e3937
1 changed files with 2 additions and 2 deletions
|
@ -1713,7 +1713,7 @@ export function finish(difficultyFailed = false) {
|
|||
$("#result .stats .source").addClass("hidden");
|
||||
}
|
||||
|
||||
if (Funbox.active !== "none") {
|
||||
if (Funbox.funboxSaved !== "none") {
|
||||
ChartController.result.options.annotation.annotations.push({
|
||||
enabled: false,
|
||||
type: "line",
|
||||
|
@ -1734,7 +1734,7 @@ export function finish(difficultyFailed = false) {
|
|||
cornerRadius: 3,
|
||||
position: "left",
|
||||
enabled: true,
|
||||
content: `${Funbox.active}`,
|
||||
content: `${Funbox.funboxSaved}`,
|
||||
yAdjust: -11,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue