]> git.wh0rd.org - tt-rss.git/commitdiff
parse_counters: skip subscribed-feeds id properly
authorAndrew Dolgov <noreply@fakecake.org>
Sat, 4 Feb 2017 11:50:50 +0000 (14:50 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sat, 4 Feb 2017 11:50:50 +0000 (14:50 +0300)
js/feedlist.js

index daba29108b7c714ce74c1f708712b05e25c66462..6d37377a45b327868bf4f4b1f838408d5927e400 100644 (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")) {