projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e09f2
)
Fix compatible browser class addition
author
Chocobozzz
<me@florianbigard.com>
Thu, 8 Mar 2018 11:04:10 +0000
(12:04 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 8 Mar 2018 11:04:10 +0000
(12:04 +0100)
client/src/app/app.component.ts
patch
|
blob
|
history
diff --git
a/client/src/app/app.component.ts
b/client/src/app/app.component.ts
index 5d8e8badf757bf6692384301d994d838a5c2fab7..84435b5dbddcfddc2ab03228bc3b3adcb859c7b9 100644
(file)
--- 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 === '/') {