1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

piggyback counter information on headlines call

This commit is contained in:
Andrew Dolgov
2007-05-15 06:59:22 +01:00
parent 5a94a953ea
commit 3de0261a53
4 changed files with 491 additions and 457 deletions
+8
View File
@@ -130,6 +130,14 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
container.innerHTML = "<div class=\"loadingPrompt\"><img src=\"images/indicator_white.gif\">&nbsp;" +
"Loading, please wait...</div>"; */
// for piggybacked counters
if (tagsAreDisplayed()) {
query = query + "&omode=lt";
} else {
query = query + "&omode=flc";
}
notify_progress("Loading, please wait...", true);
// xmlhttp.abort();