diff --git a/chrome_point_plus/modules/ajax-comments.js b/chrome_point_plus/modules/ajax-comments.js index d0bddbd..d37d86d 100644 --- a/chrome_point_plus/modules/ajax-comments.js +++ b/chrome_point_plus/modules/ajax-comments.js @@ -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)); };