diff --git a/src/logic/nav-controller.ts b/src/logic/nav-controller.ts index 2c6f6db..9d82784 100644 --- a/src/logic/nav-controller.ts +++ b/src/logic/nav-controller.ts @@ -40,6 +40,8 @@ export default class NavController */ private init() { + if (window.location.hash == '#info') return; + // Check history from last session if (window.history.state != undefined && window.history.state.hash != undefined) {