]> git.wh0rd.org - tt-rss.git/blobdiff - js/feedlist.js
handle_rpc_json: fix netalert button never appearing on JSON parse error
[tt-rss.git] / 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")) {