mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed first comment not showing in comment list
This commit is contained in:
@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user