diff options
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js index fac5e1143..17ea42db7 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1155,6 +1155,8 @@ $(window).scroll(function () { } if($(window).scrollTop() + $(window).height() > $(document).height() - 100) { +// if($(window).scrollTop() > ($(document).height() - $(window).height() * 1.5 )) { + if((pageHasMoreContent) && (! loadingPage)) { $('#more').hide(); $('#no-more').hide(); @@ -1175,6 +1177,7 @@ $(window).scroll(function () { } if($(window).scrollTop() + $(window).height() > $(document).height() - 100) { +// if($(window).scrollTop() > ($(document).height() - $(window).height() * 1.5 )) { if((pageHasMoreContent) && (! loadingPage) && (! justifiedGalleryActive)) { $('#more').hide(); $('#no-more').hide(); |