Skip to content

Commit

Permalink
Added trigger for themes support
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-pranav committed May 3, 2024
1 parent c80fd67 commit 0462ba7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/qsm-quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0462ba7

Please sign in to comment.