diff --git a/src/components/app/app.ts b/src/components/app/app.ts index 3c2c458..0f988c5 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -98,6 +98,9 @@ export default class App extends Vue { // Show splash console.log(Constants.SPLASH); + + // Set history state (TODO: Dynamically detect initial url + window.history.replaceState({lastTab: 'overall'}, '', '/overall'); } /**