@@ -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) => {
The note is not visible to the blocked user.