This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #130 * Remove hard-coded modal dialog HTML code * Use Dialog class instead Breaking changes might be: * dialog id to class * `#headerAboutDialog` -> `.header-about-dialog` * `#headerReportBugDialog` -> `.header-report-bug-dialog` * `#headerOptionsDialog` -> `.header-options-dialog` * Make link toggle functions private (`toggleOptionsLink`, `toggleReportBugLink`, `toggleHelpLink`) * About dialog: `content` parameter of content generator function is now empty -> default HTML is only generated by `defaultAboutInfo()`
- Loading branch information