From 63e69dfa5f412dc0e6917dabaa081528559fe811 Mon Sep 17 00:00:00 2001 From: PranavAwasthi Date: Wed, 27 Dec 2023 12:11:49 +0530 Subject: [PATCH] Fixed disappearing issue of videopress embed video --- js/qsm-quiz.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/qsm-quiz.js b/js/qsm-quiz.js index ee0ed0f0b..14379ed3c 100644 --- a/js/qsm-quiz.js +++ b/js/qsm-quiz.js @@ -1338,7 +1338,6 @@ function qsmPauseVideo( quiz_id, btn ) { iframeVideos.each(function() { let src = this.src; - jQuery(this).attr('src', ''); jQuery(this).attr('src', src); }); video_sections.each(function() {