mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
fix loading more entries in folder list if one page mode is on
This commit is contained in:
parent
b994b5afcd
commit
8f56a8c8c0
|
@ -160,7 +160,7 @@ $(window).scroll(function() {
|
|||
loadMoreObjects($('#loadmore'), $('#loadmore').data('limit'));
|
||||
}
|
||||
});
|
||||
$('#loadmore').click(function(e) {
|
||||
$('body').on('click', '#loadmore', function(e) {
|
||||
loadMoreObjects($(this), $(this).data('all'));
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user