mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 21:09:18 +08:00
updated premid test mode text
This commit is contained in:
parent
69b9de1cc7
commit
dbcd934970
1 changed files with 5 additions and 1 deletions
|
@ -2909,8 +2909,12 @@ function restartTest(withSameWordset = false, nosave = false) {
|
|||
} else if (config.mode === "quote") {
|
||||
mode2 = randomQuote.id;
|
||||
}
|
||||
let fbtext = "";
|
||||
if (activeFunBox !== "none") {
|
||||
fbtext = " " + activeFunBox;
|
||||
}
|
||||
$(".pageTest #premidTestMode").text(
|
||||
`${config.mode} ${mode2} ${config.language}`
|
||||
`${config.mode} ${mode2} ${config.language}${fbtext}`
|
||||
);
|
||||
$(".pageTest #premidSecondsLeft").text(config.time);
|
||||
|
||||
|
|
Loading…
Reference in a new issue