aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/routing/meta.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/routing/meta.service.ts')
-rw-r--r--client/src/app/core/routing/meta.service.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/core/routing/meta.service.ts b/client/src/app/core/routing/meta.service.ts
index a5ac778dc..97e440faf 100644
--- a/client/src/app/core/routing/meta.service.ts
+++ b/client/src/app/core/routing/meta.service.ts
@@ -16,9 +16,7 @@ export class MetaService {
16 private meta: Meta, 16 private meta: Meta,
17 private server: ServerService 17 private server: ServerService
18 ) { 18 ) {
19 this.config = this.server.getTmpConfig() 19 this.config = this.server.getHTMLConfig()
20 this.server.getConfig()
21 .subscribe(config => this.config = config)
22 } 20 }
23 21
24 setTitle (subTitle?: string) { 22 setTitle (subTitle?: string) {