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

This commit is contained in:
isqua 2015-02-07 20:15:20 +03:00
parent 00846a56cc
commit 35b1a2c309

View file

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