mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
making sure to only pull the quotes once
This commit is contained in:
parent
bda44ffdb9
commit
d9531181f7
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ function initWords() {
|
|||
});
|
||||
}
|
||||
|
||||
if (config.mode === "quote") {
|
||||
if (config.mode === "quote" && quotes.length == 0) {
|
||||
showBackgroundLoader();
|
||||
$.ajax({
|
||||
url: "js/english_quotes.json",
|
||||
|
|
Loading…
Reference in a new issue