fixed quotes only saving as english language

This commit is contained in:
Miodec 2021-01-17 00:23:55 +00:00
parent f5b485b3ed
commit 36c7fce4e2

View file

@ -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") {