1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 22:26:00 +00:00

headline cache tweaks

This commit is contained in:
Andrew Dolgov
2007-11-21 10:59:22 +01:00
parent dd5865d466
commit 7e8832b3e2

View File

@@ -113,6 +113,8 @@ function headlines_callback2(transport, active_feed_id, is_cat, feed_cur_page) {
cache_prefix = "F:";
}
cache_invalidate(cache_prefix + active_feed_id);
cache_inject(cache_prefix + active_feed_id,
headlines.firstChild.nodeValue, headlines_unread);