From cf4d339c28240f0390524335c7d8effdc3a63068 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 7 Dec 2006 09:06:38 +0100 Subject: support omode in rpc getAllCounters --- tt-rss.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 85616b4f3..533dd4f13 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -154,7 +154,7 @@ function scheduleFeedUpdate(force) { omode = "T"; } else { if (display_tags) { - omode = "t"; + omode = "tl"; } else { omode = "flc"; } @@ -190,6 +190,8 @@ function updateFeedList(silent, fetch) { // notify("Loading feed list..."); // } + debug("updateFeedList"); + var query_str = "backend.php?op=feeds"; if (display_tags) { -- cgit v1.2.3-54-g00ecf