diff --git a/src/components/app/app.ts b/src/components/app/app.ts index 79b2895..f8a76b5 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -72,6 +72,11 @@ export default class App extends Vue this.staticPage = 'info'; } + // Default config + if (!this.$cookies.isKey('show-rating')) + { + this.showRating = Constants.CURRENT_TERM == 3; + } } /**