From 92e311d9d79085b81b31e75efd4b377231a3fb6c Mon Sep 17 00:00:00 2001 From: scmmishra Date: Thu, 28 Mar 2019 13:44:05 +0530 Subject: [PATCH] feat: refactored YoutubePlayer component --- .../education/lms/components/VideoModal.vue | 2 +- .../lms/components/YoutubePlayer.vue | 24 +++++++++++++------ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/erpnext/public/js/education/lms/components/VideoModal.vue b/erpnext/public/js/education/lms/components/VideoModal.vue index 514ab81cbb..71227ade2c 100644 --- a/erpnext/public/js/education/lms/components/VideoModal.vue +++ b/erpnext/public/js/education/lms/components/VideoModal.vue @@ -9,7 +9,7 @@ diff --git a/erpnext/public/js/education/lms/components/YoutubePlayer.vue b/erpnext/public/js/education/lms/components/YoutubePlayer.vue index e5ab6955e4..9377b57d3b 100644 --- a/erpnext/public/js/education/lms/components/YoutubePlayer.vue +++ b/erpnext/public/js/education/lms/components/YoutubePlayer.vue @@ -6,19 +6,29 @@