Showing
3 changed files
with
1 additions
and
1 deletions
@@ -3747,7 +3747,7 @@ InfiniteLoad.prototype.stop = function() { | @@ -3747,7 +3747,7 @@ InfiniteLoad.prototype.stop = function() { | ||
3747 | InfiniteLoad.prototype.__directionCalculation = function() { | 3747 | InfiniteLoad.prototype.__directionCalculation = function() { |
3748 | var p = this.options; | 3748 | var p = this.options; |
3749 | 3749 | ||
3750 | - if (p.offset.height && p.offset.height() > 0 && $(window).scrollTop() + window.innerHeight >= p.offset.height()) { | 3750 | + if (p.offset.height && p.offset.height() > 0 && $(window).scrollTop() + $(window).height() >= p.offset.height()) { |
3751 | return true; | 3751 | return true; |
3752 | } | 3752 | } |
3753 | return false; | 3753 | return false; |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment