summaryrefslogtreecommitdiff
path: root/js/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/feedlist.js')
-rw-r--r--js/feedlist.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/js/feedlist.js b/js/feedlist.js
index 3a0b7cb12..daba29108 100644
--- a/js/feedlist.js
+++ b/js/feedlist.js
@@ -13,6 +13,10 @@ var _counters_prev = [];
return false;
}*/
+function resetCounterCache() {
+ _counters_prev = [];
+}
+
function loadMoreHeadlines() {
try {
console.log("loadMoreHeadlines");
@@ -306,10 +310,10 @@ function parse_counters(elems) {
continue;
}
- if (id == "subscribed-feeds") {
+ /*if (id == "subscribed-feeds") {
feeds_found = ctr;
continue;
- }
+ }*/
/*if (getFeedUnread(id, (kind == "cat")) != ctr ||
(kind == "cat")) {