summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-07 09:07:50 +0100
committerAndrew Dolgov <[email protected]>2006-12-07 09:07:50 +0100
commit3fd7138fc22de45e4be31568e8ff04883d221329 (patch)
treedcbb7707958c0012d606fd46398bd9757d463c9d /functions.js
parentcf4d339c28240f0390524335c7d8effdc3a63068 (diff)
update_all_counters: don't request tag counters when browsing feeds
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index bde6098a3..2e7ad6807 100644
--- a/functions.js
+++ b/functions.js
@@ -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);