mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
fixed quotes only saving as english language
This commit is contained in:
parent
f5b485b3ed
commit
36c7fce4e2
1 changed files with 0 additions and 4 deletions
|
@ -2145,11 +2145,7 @@ function showResult(difficultyFailed = false) {
|
|||
keypressStats.duration.array = "toolong";
|
||||
}
|
||||
|
||||
// REMOVE THIS WHEN MULTI LANGUAGE QUOTES ARE ADDED
|
||||
let lang = config.language;
|
||||
if (config.mode === "quote") {
|
||||
lang = "english";
|
||||
}
|
||||
|
||||
let quoteLength = -1;
|
||||
if (config.mode === "quote") {
|
||||
|
|
Loading…
Reference in a new issue