reduce headlines scrolling timeout

master
Andrew Dolgov 6 years ago
parent e84adbba37
commit 523e1cb9e8

@ -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");

Loading…
Cancel
Save