Skip to content

Commit

Permalink
Merge pull request #2539 from QuizandSurveyMaster/code-changes-for-pa…
Browse files Browse the repository at this point in the history
…id-theme-fixes

Code changes for paid theme fixes
  • Loading branch information
zubairraeen authored May 3, 2024
2 parents c4a18da + 0462ba7 commit b4d7569
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 b4d7569

Please sign in to comment.