mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 00:35:58 +00:00
optimize counter responses in markSelected, etc
This commit is contained in:
@@ -1705,7 +1705,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
function getAllCounters($link, $omode = "tflc") {
|
||||
function getAllCounters($link, $omode = "flc") {
|
||||
/* getLabelCounters($link);
|
||||
getFeedCounters($link);
|
||||
getTagCounters($link);
|
||||
@@ -1714,7 +1714,7 @@
|
||||
getCategoryCounters($link);
|
||||
} */
|
||||
|
||||
if (!$omode) $omode = "tflc";
|
||||
if (!$omode) $omode = "flc";
|
||||
|
||||
getGlobalCounters($link);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user