summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-21 10:59:22 +0100
committerAndrew Dolgov <[email protected]>2007-11-21 10:59:22 +0100
commit7e8832b3e210139b247150831b22bda5c345d06d (patch)
tree19f07a28b62793106ecef120e3aef6f648531a96 /viewfeed.js
parentdd5865d46679da2f164f3d94305ca44ba05b4f16 (diff)
headline cache tweaks
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 9c41992bd..1968c3775 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -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);