aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-11-15 10:54:37 +0100
committerChocobozzz <me@florianbigard.com>2018-11-15 10:54:37 +0100
commitf7454ca60a72fb199edbf58ba334801bd1e6417b (patch)
tree5cdccf8ab98d6a984ac041178ea642e9984aac79 /client/src/app/videos
parent79f068dfd54b0131ecf499ec1e458fedbf858229 (diff)
downloadPeerTube-f7454ca60a72fb199edbf58ba334801bd1e6417b.tar.gz
PeerTube-f7454ca60a72fb199edbf58ba334801bd1e6417b.tar.zst
PeerTube-f7454ca60a72fb199edbf58ba334801bd1e6417b.zip
Upgrade server dep
Diffstat (limited to 'client/src/app/videos')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment-add.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts b/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
index bd2d52ecf..6db0eb55d 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
+++ b/client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
@@ -29,7 +29,7 @@ export class VideoCommentAddComponent extends FormReactive implements OnInit {
29 @Output() commentCreated = new EventEmitter<VideoCommentCreate>() 29 @Output() commentCreated = new EventEmitter<VideoCommentCreate>()
30 30
31 @ViewChild('visitorModal') visitorModal: NgbModal 31 @ViewChild('visitorModal') visitorModal: NgbModal
32 @ViewChild('textarea') private textareaElement: ElementRef 32 @ViewChild('textarea') textareaElement: ElementRef
33 33
34 addingComment = false 34 addingComment = false
35 35