@ -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;