1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 21:15:57 +00:00

update amount of subscribed feeds in runtime-info (to invalidate feedlist cache)

This commit is contained in:
Andrew Dolgov
2009-02-02 15:24:32 +03:00
parent 31234407bf
commit 9b7ecc0ac7
3 changed files with 22 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ function render_feedlist(data) {
var f = document.getElementById("feeds-frame");
f.innerHTML = data;
cache_invalidate("FEEDLIST");
cache_inject("FEEDLIST", data);
cache_inject("FEEDLIST", data, getInitParam("num_feeds"));
feedlist_init();
} catch (e) {