restructure

This commit is contained in:
Kyle
2020-07-06 17:29:48 -07:00
parent 6f1df03828
commit 1cd326e7c3
531 changed files with 538 additions and 1558 deletions

View File

@@ -10,7 +10,7 @@ function loadAbilities() {
}
}
}
xhttp.open("GET", "data/site/other/askScryfall/planeswalkerAbilities.txt", true);
xhttp.open("GET", "/data/site/other/askScryfall/planeswalkerAbilities.txt", true);
xhttp.send();
}