From: Andrew Dolgov Date: Sat, 4 Feb 2017 11:50:50 +0000 (+0300) Subject: parse_counters: skip subscribed-feeds id properly X-Git-Tag: 17.4~59 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=23c8ef7e360816f6e6d03965303e6a26b54f2287;p=tt-rss.git parse_counters: skip subscribed-feeds id properly --- diff --git a/js/feedlist.js b/js/feedlist.js index daba2910..6d37377a 100644 --- a/js/feedlist.js +++ b/js/feedlist.js @@ -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")) {