From b3eeb529d92dd5eb5563f0e2bb9f08cda8407513 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 8 Mar 2018 12:04:10 +0100 Subject: Fix compatible browser class addition --- client/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/app.component.ts') diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 5d8e8badf..84435b5db 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts @@ -44,7 +44,7 @@ export class AppComponent implements OnInit { } ngOnInit () { - document.getElementById('incompatible-browser').className += 'browser-ok' + document.getElementById('incompatible-browser').className += ' browser-ok' const pathname = window.location.pathname if (!pathname || pathname === '/') { -- cgit v1.2.3