]> git.wh0rd.org Git - tt-rss.git/commitdiff
update_all_counters: don't request tag counters when browsing feeds
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 7 Dec 2006 08:07:50 +0000 (09:07 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 7 Dec 2006 08:07:50 +0000 (09:07 +0100)
functions.js

index bde6098a3cc6613d49b1f365e6f4bd7e0b3e6c38..2e7ad680700dcb4bb193492a782f9961e5c34045 100644 (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);