fix member IS

isekai-main
Barış Soner Uşaklı 2 years ago
parent e31f5c42ee
commit 0a7f52475e

@ -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;

@ -10,8 +10,8 @@
</div> </div>
</div> </div>
<div class="overflow-auto" style="max-height: 500px;"> <div component="groups/members" data-nextstart="{group.membersNextStart}" class="overflow-auto" style="max-height: 500px;">
<table component="groups/members" class="table table-hover" data-nextstart="{group.membersNextStart}"> <table class="table table-hover">
<tbody> <tbody>
{{{ each group.members }}} {{{ each group.members }}}
<tr data-uid="{group.members.uid}"> <tr data-uid="{group.members.uid}">

Loading…
Cancel
Save