mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-23 10:01:58 +08:00
moved average update lower
This commit is contained in:
parent
8aae6a1d57
commit
78914ab91c
1 changed files with 2 additions and 1 deletions
|
|
@ -408,7 +408,6 @@ export function restart(
|
|||
PaceCaret.reset();
|
||||
Monkey.hide();
|
||||
|
||||
if (Config.showAverage) Last10Average.update();
|
||||
$("#showWordHistoryButton").removeClass("loaded");
|
||||
$("#restartTestButton").blur();
|
||||
Funbox.resetMemoryTimer();
|
||||
|
|
@ -550,6 +549,8 @@ export function restart(
|
|||
}
|
||||
}
|
||||
|
||||
if (Config.showAverage !== "off") Last10Average.update();
|
||||
|
||||
const mode2 = Misc.getMode2(Config, TestWords.randomQuote);
|
||||
let fbtext = "";
|
||||
if (Config.funbox !== "none") {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue