From e26cfbb889185d69275ab466070856f98f7cf219 Mon Sep 17 00:00:00 2001 From: 8chan Date: Thu, 19 Mar 2015 20:23:54 -0700 Subject: [PATCH] Make scroll event faster in auto-reload.js --- js/auto-reload.js | 2 -- 1 file changed, 2 deletions(-) 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()) {