aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-05 11:20:44 +0200
committerChocobozzz <me@florianbigard.com>2018-09-05 11:20:44 +0200
commit8ff3f88347cb733ca8a3978ba6eb9763fb3ea294 (patch)
treea8711905f240a8e511659b45d537e780f684e7f1 /client/src/app/videos/+video-watch/video-watch.component.ts
parent46ae6f67249dea59176488ad1775f80109b8b8db (diff)
downloadPeerTube-8ff3f88347cb733ca8a3978ba6eb9763fb3ea294.tar.gz
PeerTube-8ff3f88347cb733ca8a3978ba6eb9763fb3ea294.tar.zst
PeerTube-8ff3f88347cb733ca8a3978ba6eb9763fb3ea294.zip
Fix watch page responsive
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.ts')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.ts b/client/src/app/videos/+video-watch/video-watch.component.ts
index 95198f0aa..768a08d42 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.ts
+++ b/client/src/app/videos/+video-watch/video-watch.component.ts
@@ -317,10 +317,6 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
317 return this.video && this.video.state.id === VideoState.TO_IMPORT 317 return this.video && this.video.state.id === VideoState.TO_IMPORT
318 } 318 }
319 319
320 isMenuExpanded () {
321 return document.getElementById('right-container').classList.contains('expanded')
322 }
323
324 hasVideoScheduledPublication () { 320 hasVideoScheduledPublication () {
325 return this.video && this.video.scheduledUpdate !== undefined 321 return this.video && this.video.scheduledUpdate !== undefined
326 } 322 }