1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

reduce headlines scrolling timeout

This commit is contained in:
Andrew Dolgov
2018-12-01 09:37:51 +03:00
parent e84adbba37
commit 523e1cb9e8

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