diff --git a/chrome_point_plus/modules/ajax-comments.js b/chrome_point_plus/modules/ajax-comments.js index 9982994..d89ad38 100644 --- a/chrome_point_plus/modules/ajax-comments.js +++ b/chrome_point_plus/modules/ajax-comments.js @@ -196,9 +196,9 @@ AjaxCommentProcessor.prototype.onSuccess = function(data, textStatus) { } else { if (this.isRecommendation() && this._text.trim().length === 0) { this.showSuccessRecommendation(); - } else { + }/* else { this.createComment(data); - } + }*/ this.hideForm(); // Cleaning textarea