Вставлять собственный комментарий-рекомендацию как комментарий-рекомендацию; Fixes #85

This commit is contained in:
isqua 2015-02-08 21:15:29 +03:00
parent 4e6d09a774
commit d45df7d629
1 changed files with 2 additions and 1 deletions

View File

@ -213,7 +213,8 @@ AjaxCommentProcessor.prototype.createComment = function(data) {
postId: this._postId,
author: $('#name h1').text(),
text: this._text,
fadeOut: true
fadeOut: true,
isRec: this.isRecommendation()
}, this.insertComment.bind(this));
};