Add introduction popup to file viewer

This commit is contained in:
2021-06-22 00:32:05 +02:00
parent 25b958a450
commit 5318002541
5 changed files with 73 additions and 1 deletions

View File

@@ -91,6 +91,9 @@ function Viewer(type, viewToken, data) {
// Register keyboard shortcuts
document.addEventListener("keydown", e => { this.keyboardEvent(e) })
// Show introduction popup
new IntroPopup()
this.initialized = true
}