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
1 changed files with 2 additions and 0 deletions

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