From: Andrew Dolgov Date: Thu, 7 Dec 2006 08:07:50 +0000 (+0100) Subject: update_all_counters: don't request tag counters when browsing feeds X-Git-Tag: 1.2.6~22 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3fd7138fc22de45e4be31568e8ff04883d221329;p=tt-rss.git update_all_counters: don't request tag counters when browsing feeds --- diff --git a/functions.js b/functions.js index bde6098a..2e7ad680 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);