mirror of
https://github.com/twisterarmy/twister-calm.git
synced 2025-01-12 16:07:58 +00:00
Merge pull request #42 from dryabov/master
fix issue #41 (correct loading posts in both timeline and profile modal)
This commit is contained in:
commit
a38a162a03
@ -120,6 +120,7 @@ function requestPostRecursively(containerToAppend,username,resource,count)
|
||||
requestPostRecursively(args.containerToAppend, n, "post"+lastk, count-1);
|
||||
} else {
|
||||
profilePostsLoading = false;
|
||||
args.containerToAppend.scroll();
|
||||
}
|
||||
}
|
||||
}, {containerToAppend:containerToAppend, count:count} );
|
||||
|
@ -205,6 +205,7 @@ function processReceivedPosts(req, posts) {
|
||||
timelineLoaded = true;
|
||||
$.MAL.postboardLoaded();
|
||||
_refreshInProgress = false;
|
||||
$(window).scroll();
|
||||
} else {
|
||||
//we will request more older post...
|
||||
req.count += postsPerRefresh;
|
||||
|
Loading…
Reference in New Issue
Block a user