[F] Ignore static page detection for nav-controller

This commit is contained in:
Hykilpikonna
2020-01-05 16:23:17 -05:00
parent d56d985734
commit 522867a2dc
+2
View File
@@ -40,6 +40,8 @@ export default class NavController
*/ */
private init() private init()
{ {
if (window.location.hash == '#info') return;
// Check history from last session // Check history from last session
if (window.history.state != undefined && window.history.state.hash != undefined) if (window.history.state != undefined && window.history.state.hash != undefined)
{ {