summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
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) {