mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
moved quotes file
This commit is contained in:
parent
432b915806
commit
87d6366e19
2 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ async function initWords() {
|
|||
if (config.mode === "quote" && quotes === null) {
|
||||
showBackgroundLoader();
|
||||
$.ajax({
|
||||
url: "js/english_quotes.json",
|
||||
url: "quotes/english.json",
|
||||
async: false,
|
||||
success: function (data) {
|
||||
hideBackgroundLoader();
|
||||
|
|
Loading…
Reference in a new issue