Fixed scrolling to top when endless scroll enabled

This commit is contained in:
Marcin Kurczewski
2014-10-25 10:03:32 +02:00
parent 60f4dd9d4a
commit 54f07f5a90
5 changed files with 1 additions and 4 deletions

View File

@ -113,7 +113,6 @@ App.Presenters.PostListPresenter = function(
}
});
windowResized();
window.scrollTo(0, 0);
}
function shouldSkipPost(post) {