mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 10:16:39 +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()) {
|
if (tagsAreDisplayed()) {
|
||||||
query = query + "&omode=lt";
|
query = query + "&omode=lt";
|
||||||
|
} else {
|
||||||
|
query = query + "&omode=flc";
|
||||||
}
|
}
|
||||||
|
|
||||||
debug("update_all_counters QUERY: " + query);
|
debug("update_all_counters QUERY: " + query);
|
||||||
|
|||||||
Reference in New Issue
Block a user