parse_counters: skip subscribed-feeds id properly
This commit is contained in:
parent
9c7ebaa08c
commit
23c8ef7e36
1 changed files with 3 additions and 3 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Reference in a new issue