From 0462ba7f452f41afe7c727a726f8d9074ad8625c Mon Sep 17 00:00:00 2001 From: PranavAwasthi Date: Fri, 3 May 2024 16:53:55 +0530 Subject: [PATCH] Added trigger for themes support --- js/qsm-quiz.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/qsm-quiz.js b/js/qsm-quiz.js index acf5af775..ddabd833d 100644 --- a/js/qsm-quiz.js +++ b/js/qsm-quiz.js @@ -1607,6 +1607,8 @@ jQuery(function () { $this.parent('.quiz_section').find('.qsm-file-upload-status').text('').text(obj.message); $this.parent('.quiz_section').find('.qsm-file-upload-status').show(); } + // triggers after file remove + jQuery(document).trigger('qsm_after_file_remove', [$this.parent(), obj]); } }); return false;