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