##// END OF EJS Templates
comments: fixed attach general comments.
milka -
r4574:888f0c7f stable
parent child Browse files
Show More
@@ -371,7 +371,7 b' var _submitAjaxPOST = function(url, post'
371 location.reload(true);
371 location.reload(true);
372 } else {
372 } else {
373 // inject newly created comments, json_data is {<comment_id>: {}}
373 // inject newly created comments, json_data is {<comment_id>: {}}
374 self.attachGeneralComment(json_data)
374 Rhodecode.comments.attachGeneralComment(json_data)
375
375
376 self.resetCommentFormState();
376 self.resetCommentFormState();
377 timeagoActivate();
377 timeagoActivate();
General Comments 0
You need to be logged in to leave comments. Login now