Make scroll event faster in auto-reload.js

This commit is contained in:
8chan 2015-03-19 20:23:54 -07:00
parent 5c57bd44e1
commit e26cfbb889

View File

@ -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()) {