mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:55:56 +00:00
update_all_counters: don't request tag counters when browsing feeds
This commit is contained in:
@@ -784,6 +784,8 @@ function update_all_counters(feed) {
|
||||
|
||||
if (tagsAreDisplayed()) {
|
||||
query = query + "&omode=lt";
|
||||
} else {
|
||||
query = query + "&omode=flc";
|
||||
}
|
||||
|
||||
debug("update_all_counters QUERY: " + query);
|
||||
|
||||
Reference in New Issue
Block a user