oops forgot to.

This commit is contained in:
2022-06-11 23:10:32 +02:00
parent 56f524df38
commit 65aec63e12
3 changed files with 2 additions and 592 deletions

View File

@@ -205,7 +205,7 @@ function generateRuby(word, addLinks = false) {
}
function loadDictionary() {
fetch("./wordlist.json").then((e) => {
fetch("./heonian-resources/wordlist.json").then((e) => {
if (e.status === 200) {
//convert to json lmao
e.json().then((e) => {