Skip to content

Commit

Permalink
fix: Absent message after submiting "Generate Exception Certificates"…
Browse files Browse the repository at this point in the history
… button at Instructor tab
  • Loading branch information
Lunyachek committed Oct 30, 2023
1 parent 9e65024 commit 9649e55
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 9649e55

Please sign in to comment.