[F] Fix path reading issue
This commit is contained in:
@@ -27,7 +27,7 @@ export default class Navigation extends Vue
|
||||
Navigation.instance = this;
|
||||
|
||||
// Set history state
|
||||
let url = window.location.pathname;
|
||||
let url = '/' + window.location.hash;
|
||||
if (url == '/' || url == '') url = '/#overall';
|
||||
window.history.replaceState({lastTab: url.substring(1)}, '', url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user