From 22adcd7466777d21d7d642647831761d90ea289a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 30 Jul 2017 21:53:11 +0300 Subject: request counters less times during startup, delay initial request in feedlist_init() a bit --- js/feedlist.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'js/feedlist.js') diff --git a/js/feedlist.js b/js/feedlist.js index 879b52d03..46a22acd0 100644 --- a/js/feedlist.js +++ b/js/feedlist.js @@ -198,9 +198,7 @@ function feedlist_init() { hideOrShowFeeds(getInitParam("hide_read_feeds") == 1); - request_counters(true); - timeout(); - + setTimeout(timeout, 250); } -- cgit v1.2.3-54-g00ecf