|
|
@ -108,7 +108,7 @@ define('forum/groups/memberlist', ['api', 'bootbox', 'alerts'], function (api, b
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function handleMemberInfiniteScroll() {
|
|
|
|
function handleMemberInfiniteScroll() {
|
|
|
|
$('[component="groups/members"] tbody').on('scroll', function () {
|
|
|
|
$('[component="groups/members"]').on('scroll', function () {
|
|
|
|
const $this = $(this);
|
|
|
|
const $this = $(this);
|
|
|
|
const bottom = ($this[0].scrollHeight - $this.innerHeight()) * 0.9;
|
|
|
|
const bottom = ($this[0].scrollHeight - $this.innerHeight()) * 0.9;
|
|
|
|
|
|
|
|
|
|
|
|