diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comments.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html index 8871980e9..bf6706ed3 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html | |||
@@ -21,7 +21,7 @@ | |||
21 | <div | 21 | <div |
22 | class="comment-threads" | 22 | class="comment-threads" |
23 | myInfiniteScroller | 23 | myInfiniteScroller |
24 | [autoLoading]="true" | 24 | [autoInit]="true" |
25 | (nearOfBottom)="onNearOfBottom()" | 25 | (nearOfBottom)="onNearOfBottom()" |
26 | > | 26 | > |
27 | <div #commentHighlightBlock id="highlighted-comment"> | 27 | <div #commentHighlightBlock id="highlighted-comment"> |