1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

update_all_counters: don't request tag counters when browsing feeds

This commit is contained in:
Andrew Dolgov 2006-12-07 09:07:50 +01:00
parent cf4d339c28
commit 3fd7138fc2

View File

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