From 2baea0c77cc765f7cbca9c9a2f4272268892a35c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 Jun 2018 18:06:56 +0200 Subject: Add ability for uploaders to schedule video update --- client/src/app/videos/+video-watch/comment/video-comments.component.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app/videos/+video-watch/comment') diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.ts b/client/src/app/videos/+video-watch/comment/video-comments.component.ts index 274c32d31..3743cd228 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.ts +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.ts @@ -83,7 +83,6 @@ export class VideoCommentsComponent implements OnInit, OnChanges, OnDestroy { // Scroll to the highlighted thread setTimeout(() => { // -60 because of the fixed header - console.log(this.commentHighlightBlock.nativeElement.offsetTop) const scrollY = this.commentHighlightBlock.nativeElement.offsetTop - 60 window.scroll(0, scrollY) }, 500) -- cgit v1.2.3