diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-12-07 09:07:50 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-12-07 09:07:50 +0100 |
| commit | 3fd7138fc22de45e4be31568e8ff04883d221329 (patch) | |
| tree | dcbb7707958c0012d606fd46398bd9757d463c9d | |
| parent | cf4d339c28240f0390524335c7d8effdc3a63068 (diff) | |
update_all_counters: don't request tag counters when browsing feeds
| -rw-r--r-- | functions.js | 2 |
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); |