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