comments: refresh on draft submit.

This commit is contained in:
Milka Kuzminski 2021-04-09 11:30:48 +02:00
parent d7214dc941
commit ea182c47a9

View file

@ -791,6 +791,11 @@ var CommentsController = function() {
refreshDraftComments()
}
if (window.refreshAllComments !== undefined) {
// if we have this handler, run it, and refresh all comments boxes
refreshAllComments()
}
return false;
};