From 523e1cb9e8142f329db80c01756d64f770a79a13 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 1 Dec 2018 09:37:51 +0300 Subject: reduce headlines scrolling timeout --- js/tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tt-rss.js') 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"); -- cgit v1.2.3