1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 10:46:49 +00:00

support omode in rpc getAllCounters

This commit is contained in:
Andrew Dolgov
2006-12-07 09:06:38 +01:00
parent 0b126ac277
commit cf4d339c28
5 changed files with 50 additions and 26 deletions

View File

@@ -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) {