Skip to content

Commit

Permalink
Merge pull request openedx#31668 from raccoongang/lunyachek/fix/absen…
Browse files Browse the repository at this point in the history
…t-notification-message-certificate-exception-generation

fix: Fix absent notification message after submit Generate Exception …
  • Loading branch information
jsnwesson authored Nov 14, 2023
2 parents ed56222 + 9649e55 commit 3c40052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/static/js/certificates/views/certificate_allowlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
HtmlUtils.HTML('<p>'),
_.escape(message),
HtmlUtils.HTML('</p>')
))
).toString())
.focus();
$(this.message_div).fadeOut(6000, 'linear');
},
Expand Down

0 comments on commit 3c40052

Please sign in to comment.