Small Encyclopedia Changes
3 main changes.
- Formatting stuff makes up the largest proportion of changes here. Notably, every page now uses
$encyclopediaas a centered title, and the table of contents link is always centered. - The
encyLinkfunction in encyclopediaEntries.js simply returnsApp.Encyclopedia.Dialog.linkDOM(linkText, topic);instead of it's own thing. -
showArticleInDialogreverts changes to $encyclopedia. This prevents strange behavior where the sidebar link could point to the last viewed page, instead of something that made sense.