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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user