mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-12 22:03:06 +00:00
Duplicate comments quick fix.
This commit is contained in:
parent
a3a82d6087
commit
465c10137e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue