summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-07 09:06:38 +0100
committerAndrew Dolgov <[email protected]>2006-12-07 09:06:38 +0100
commitcf4d339c28240f0390524335c7d8effdc3a63068 (patch)
tree0a03717381b82a9d29d4090ee6025ec3646d2d6d /tt-rss.js
parent0b126ac277ed5480ef6090ddc7a23a15d21f2960 (diff)
support omode in rpc getAllCounters
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 3 insertions, 1 deletions
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("<b>updateFeedList</b>");
+
var query_str = "backend.php?op=feeds";
if (display_tags) {