Fixed first comment not showing in comment list
This commit is contained in:
parent
4bfe70f256
commit
94aec9cc0e
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ App.Presenters.PostCommentListPresenter = function(
|
||||||
} else {
|
} else {
|
||||||
comments.push(comment);
|
comments.push(comment);
|
||||||
}
|
}
|
||||||
renderComments(comments, true);
|
render();
|
||||||
}).fail(function(response) {
|
}).fail(function(response) {
|
||||||
window.alert(response.json && response.json.error || response);
|
window.alert(response.json && response.json.error || response);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue