auto-reload.js: don`t scroll up
This commit is contained in:
parent
5d8d20fcc5
commit
ed5272f17d
@ -128,6 +128,8 @@ $(document).ready(function(){
|
||||
|
||||
poll_interval = setTimeout(poll, poll_interval_delay);
|
||||
poll_current_time = poll_interval_delay;
|
||||
|
||||
return false;
|
||||
};
|
||||
|
||||
$(window).scroll(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user