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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user