diff --git a/js/twister_actions.js b/js/twister_actions.js index cb1734a..f473246 100644 --- a/js/twister_actions.js +++ b/js/twister_actions.js @@ -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} ); diff --git a/js/twister_timeline.js b/js/twister_timeline.js index 9bce94a..873d1b9 100644 --- a/js/twister_timeline.js +++ b/js/twister_timeline.js @@ -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;