reset inf scroll on search

v1.18.x
barisusakli 10 years ago
parent 5c35b2d96f
commit 619251143d

@ -306,6 +306,7 @@ define('forum/groups/details', ['iconSelect', 'components', 'forum/infinitescrol
} }
}, function(html) { }, function(html) {
$('[component="groups/members"] tbody').html(html); $('[component="groups/members"] tbody').html(html);
$('[component="groups/members"]').attr('data-nextstart', 20);
}); });
}); });
}, 250); }, 250);

Loading…
Cancel
Save