update_all_counters: don't request tag counters when browsing feeds
This commit is contained in:
parent
cf4d339c28
commit
3fd7138fc2
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue