mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 10:46:02 +00:00
Вставлять собственный комментарий-рекомендацию как комментарий-рекомендацию; Fixes #85
This commit is contained in:
parent
4e6d09a774
commit
d45df7d629
|
@ -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));
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue