mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Merge pull request #3220 from aignatov-bio/ai-sci-5574-fix-infinite-scroll-for-dashboard
Fix infinite scroll in current tasks on dashboard [SCI-5574]
This commit is contained in:
commit
9e58380991
1 changed files with 0 additions and 2 deletions
|
@ -47,8 +47,6 @@ var InfiniteScroll = (function() {
|
|||
|
||||
if (config.loadFirstPage) {
|
||||
loadData($container, 1);
|
||||
} else if (scrollNotVisible($container)) {
|
||||
loadData($container, $container.data('next-page'));
|
||||
}
|
||||
|
||||
$container.on('scroll', () => {
|
||||
|
|
Loading…
Reference in a new issue