mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 01:41:28 +00:00
viewfeed: disable output of counters when serving an infscroll request
This commit is contained in:
@@ -349,9 +349,11 @@
|
||||
// }
|
||||
|
||||
if (get_pref($link, 'COMBINED_DISPLAY_MODE')) {
|
||||
print "<counters>";
|
||||
getAllCounters($link, $omode, $feed);
|
||||
print "</counters>";
|
||||
if (!$offset) {
|
||||
print "<counters>";
|
||||
getAllCounters($link, $omode, $feed);
|
||||
print "</counters>";
|
||||
}
|
||||
}
|
||||
|
||||
if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info);
|
||||
|
||||
Reference in New Issue
Block a user