diff --git a/src/components/app/app.ts b/src/components/app/app.ts index 4f55c04..327fd4e 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -55,6 +55,9 @@ export default class App extends Vue // Show rating showRating: boolean = this.$cookies.get('show-rating') == 'set=yes'; + // Demo mode + demoMode: boolean = window.location.hostname == 'demo.vera.hydev.org' + /** * This is called when the instance is created. */