##// END OF EJS Templates
comments: refresh on draft submit.
milka -
r4683:f7898de5 stable
parent child Browse files
Show More
@@ -791,6 +791,11 b' var CommentsController = function() {'
791 refreshDraftComments()
791 refreshDraftComments()
792 }
792 }
793
793
794 if (window.refreshAllComments !== undefined) {
795 // if we have this handler, run it, and refresh all comments boxes
796 refreshAllComments()
797 }
798
794 return false;
799 return false;
795 };
800 };
796
801
General Comments 1
Under Review
author

Auto status change to "Under Review"

You need to be logged in to leave comments. Login now