HotFix: mobile scroll down

This commit is contained in:
José Luis Garrido Labrador
2018-10-22 11:54:50 +02:00
parent 3c3f58040d
commit 721113a8ad

View File

@@ -142,8 +142,8 @@ function resetFilter(){
o=1;
$(document.body).on('touchmove', onScroll());
$(windows).on('scroll', onScroll());
$(document.body).on('touchmove', onScroll);
$(window).on('scroll', onScroll);
function onScroll() {
if (Math.ceil($(window).scrollTop() + $(window).height()) == Math.ceil($(document).height())) {