reduce headlines scrolling timeout

This commit is contained in:
Andrew Dolgov 2018-12-01 09:37:51 +03:00
parent e84adbba37
commit 523e1cb9e8
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ function init_second_stage() {
_headlines_scroll_timeout = window.setTimeout(function() {
//console.log('done scrolling', event);
headlinesScrollHandler(event);
}, 250);
}, 50);
}
console.log("second stage ok");