diff --git a/js/auto-reload.js b/js/auto-reload.js index a976a019..7340bf25 100644 --- a/js/auto-reload.js +++ b/js/auto-reload.js @@ -287,8 +287,6 @@ $(document).ready(function(){ }; $(window).scroll(function() { - recheck_activated(); - // if the newest post is not visible if($(this).scrollTop() + $(this).height() < $('div.post:last').position().top + $('div.post:last').height()) {