From c263f3b425354cb0114d8fc22b8c4a96c3865c0b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 21 Mar 2018 10:20:47 +0100 Subject: Update FAQ --- client/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app') diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index b9f7be48c..0ea3c1389 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts @@ -87,7 +87,7 @@ export class AppComponent implements OnInit { .subscribe(() => { const config = this.serverService.getConfig() - // We test customCSS in case or the admin removed the css + // We test customCSS if the admin removed the css if (this.customCSS || config.instance.customizations.css) { const styleTag = '' this.customCSS = this.domSanitizer.bypassSecurityTrustHtml(styleTag) -- cgit v1.2.3