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);