mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 10:46:02 +00:00
Открывать пост и комментарий, если комментарий отправлен не со страницы поста
This commit is contained in:
parent
00846a56cc
commit
35b1a2c309
|
@ -8,9 +8,9 @@ function AjaxComments() {
|
|||
if (comments) {
|
||||
this._comments = comments;
|
||||
this.listen(comments);
|
||||
}
|
||||
|
||||
this.listenFirstComments();
|
||||
this.listenFirstComments();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue