This commit is contained in:
TheGiddyLimit
2024-06-23 22:13:57 +01:00
parent ed9833eefc
commit e5844f8a3f
279 changed files with 38254 additions and 7675 deletions

View File

@@ -24,7 +24,7 @@ async function onJsonLoad (data) {
BookUtil.bookIndex = data?.adventure || [];
$(`.book-head-message`).text(`Select an adventure from the list on the left`);
$(`#page__subtitle`).text(`Select an adventure from the list on the left`);
$(`.book-loading-message`).text(`Select an adventure to begin`);
BookUtil.bookIndexPrerelease = (await PrereleaseUtil.pGetBrewProcessed())?.adventure || [];