From 3fd7138fc22de45e4be31568e8ff04883d221329 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 7 Dec 2006 09:07:50 +0100 Subject: update_all_counters: don't request tag counters when browsing feeds --- functions.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions.js') 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); -- cgit v1.2.3