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