[F] Fix url index issue

This commit is contained in:
Hykilpikonna
2019-10-21 19:23:41 -04:00
parent 182208f8c3
commit bcee069b32
+1 -1
View File
@@ -35,7 +35,7 @@ export default class Navigation extends Vue
window.history.replaceState({lastTab: url.substring(1)}, '', url);
// Update initial index
this.updateIndex(url.substring(1), false);
this.updateIndex(url.substring(2), false);
// Create history state listener
window.onpopstate = e =>