diff --git a/js/auto-reload.js b/js/auto-reload.js index 8a4ab949..8a35335e 100644 --- a/js/auto-reload.js +++ b/js/auto-reload.js @@ -202,7 +202,7 @@ $(document).ready(function(){ } end_of_page = true; } - }).trigger('scroll'); + }); $('#update_thread').on('click', function() { poll(manualUpdate = true); return false; });