Fixed first comment not showing in comment list

This commit is contained in:
Marcin Kurczewski 2014-10-04 21:32:44 +02:00
parent 4bfe70f256
commit 94aec9cc0e

View file

@ -157,7 +157,7 @@ App.Presenters.PostCommentListPresenter = function(
} else {
comments.push(comment);
}
renderComments(comments, true);
render();
}).fail(function(response) {
window.alert(response.json && response.json.error || response);
});