mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-04 05:38:55 +08:00
removed replace
This commit is contained in:
parent
8ba908b176
commit
c5365be41e
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ function initWords() {
|
|||
}
|
||||
} else if (config.mode == "quote") {
|
||||
randomQuote = quotes[Math.floor(Math.random() * quotes.length)];
|
||||
let w = randomQuote.text.split(" ").replace(" ", " ");
|
||||
let w = randomQuote.text.split(" ");
|
||||
for (let i = 0; i < w.length; i++) {
|
||||
wordsList.push(w[i]);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue