summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index 2c09be16c..6cff3eacd 100644
--- a/functions.js
+++ b/functions.js
@@ -578,6 +578,11 @@ function parse_counters(reply, scheduled_call) {
debug("Subscribed feed number changed, refreshing feedlist");
setTimeout('updateFeedList(false, false)', 50);
}
+ } else {
+ cache_invalidate("FEEDLIST");
+ cache_inject("FEEDLIST",
+ document.getElementById("feedList").innerHTML,
+ getInitParam("num_feeds"));
}
} catch (e) {