1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:25:57 +00:00

parse_counters: skip subscribed-feeds id properly

This commit is contained in:
Andrew Dolgov
2017-02-04 14:50:50 +03:00
parent 9c7ebaa08c
commit 23c8ef7e36

View File

@@ -310,10 +310,10 @@ function parse_counters(elems) {
continue;
}
/*if (id == "subscribed-feeds") {
feeds_found = ctr;
if (id == "subscribed-feeds") {
/* feeds_found = ctr; */
continue;
}*/
}
/*if (getFeedUnread(id, (kind == "cat")) != ctr ||
(kind == "cat")) {