Skip to content

Commit 3c40052

Browse files
authored
Merge pull request #31668 from raccoongang/lunyachek/fix/absent-notification-message-certificate-exception-generation
fix: Fix absent notification message after submit Generate Exception …
2 parents ed56222 + 9649e55 commit 3c40052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lms/static/js/certificates/views/certificate_allowlist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
HtmlUtils.HTML('<p>'),
8686
_.escape(message),
8787
HtmlUtils.HTML('</p>')
88-
))
88+
).toString())
8989
.focus();
9090
$(this.message_div).fadeOut(6000, 'linear');
9191
},

0 commit comments

Comments
 (0)