removed eventlisteners for scroll

v1.18.x
Baris Usakli
parent a100eb1bb2
commit 34ce17e522

@ -201,7 +201,9 @@
}, false);
// Infinite scrolling of posts
window.addEventListener('scroll', function() {
$(window).off('scroll');
$(window).on('scroll', function() {
console.log('called scroll for ' + tid);
var windowHeight = document.body.offsetHeight - $(window).height(),
half = windowHeight / 2;

Loading…
Cancel
Save