@ -205,7 +205,7 @@
var windowHeight = document.body.offsetHeight - $(window).height(),
half = windowHeight / 2;
if (document.body.scrollTop > half && !app.infiniteLoaderActive) {
if (document.body.scrollTop > half && !app.infiniteLoaderActive && $('#post-container').children().length) {
app.loadMorePosts(tid);
}
});