This commit is contained in:
barisusakli
2016-03-02 16:43:10 +02:00
parent cf00371892
commit 07266eab9e

View File

@@ -23,6 +23,9 @@ define('forum/infinitescroll', ['translator'], function(translator) {
};
function onScroll() {
if (loadingMore) {
return;
}
var currentScrollTop = $(window).scrollTop();
var wh = $(window).height();
var viewportHeight = container.height() - wh;