mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
Починить рекомендацию постов и комментариев при ajax-комментах
This commit is contained in:
parent
13ee04dcc2
commit
94846f28f3
|
@ -103,7 +103,7 @@ AjaxCommentProcessor.prototype.sendComment = function() {
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
url: '/api/post/' + this._postId,
|
url: '/api/post' + this._$form.attr('action'),
|
||||||
data: {
|
data: {
|
||||||
text: this._text,
|
text: this._text,
|
||||||
comment_id: this._commentId
|
comment_id: this._commentId
|
||||||
|
|
Loading…
Reference in a new issue