mirror of https://github.com/Chocobozzz/PeerTube
Fix compatible browser class addition
parent
73e09f2706
commit
b3eeb529d9
|
@ -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 === '/') {
|
||||
|
|
Loading…
Reference in New Issue