summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-01 09:37:51 +0300
committerAndrew Dolgov <[email protected]>2018-12-01 09:37:51 +0300
commit523e1cb9e8142f329db80c01756d64f770a79a13 (patch)
tree880081b1cd832ec135cd5d1ebefc116d4d77ba39 /js/tt-rss.js
parente84adbba37cad8c06de8917f736ed8b3d14733dd (diff)
reduce headlines scrolling timeout
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 57aff9bab..0c43096eb 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -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");