From 3de0261a5339707330fdbabeb4b98ee47a388775 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 15 May 2007 06:59:22 +0100 Subject: piggyback counter information on headlines call --- feedlist.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'feedlist.js') diff --git a/feedlist.js b/feedlist.js index f5a675772..740020e63 100644 --- a/feedlist.js +++ b/feedlist.js @@ -130,6 +130,14 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) { container.innerHTML = "
 " + "Loading, please wait...
"; */ + // for piggybacked counters + + if (tagsAreDisplayed()) { + query = query + "&omode=lt"; + } else { + query = query + "&omode=flc"; + } + notify_progress("Loading, please wait...", true); // xmlhttp.abort(); -- cgit v1.2.3