comments: refresh on draft submit.
This commit is contained in:
parent
d7214dc941
commit
ea182c47a9
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue