mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +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 {
|
} else {
|
||||||
if (this.isRecommendation() && this._text.trim().length === 0) {
|
if (this.isRecommendation() && this._text.trim().length === 0) {
|
||||||
this.showSuccessRecommendation();
|
this.showSuccessRecommendation();
|
||||||
} else {
|
}/* else {
|
||||||
this.createComment(data);
|
this.createComment(data);
|
||||||
}
|
}*/
|
||||||
this.hideForm();
|
this.hideForm();
|
||||||
|
|
||||||
// Cleaning textarea
|
// Cleaning textarea
|
||||||
|
|
Loading…
Reference in a new issue