moved quotes file

This commit is contained in:
Miodec 2021-01-13 03:41:46 +00:00
parent 432b915806
commit 87d6366e19
2 changed files with 1 additions and 1 deletions

View file

@ -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();