Открывать пост и комментарий, если комментарий отправлен не со страницы поста

This commit is contained in:
isqua 2015-02-07 20:15:20 +03:00
parent 00846a56cc
commit 35b1a2c309
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ function AjaxComments() {
if (comments) {
this._comments = comments;
this.listen(comments);
}
this.listenFirstComments();
this.listenFirstComments();
}
}
/**