From 337ba64efc5a54e83884f33a91de4012ed9b7d11 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 16 Jul 2018 14:38:11 +0200 Subject: Parse log script parse the last updated log --- .../videos/+video-edit/shared/video-caption-add-modal.component.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'client/src') diff --git a/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts b/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts index 5498dac22..d084a4908 100644 --- a/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts +++ b/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts @@ -76,13 +76,8 @@ export class VideoCaptionAddModalComponent extends FormReactive implements OnIni this.captionAdded.emit({ language: languageObject, - captionfile: this.form.value['captionfile'] + captionfile: this.form.value[ 'captionfile' ] }) - // - // this.form.patchValue({ - // language: null, - // captionfile: null - // }) this.form.reset() } -- cgit v1.2.3