]> git.wh0rd.org Git - tt-rss.git/commitdiff
headline cache tweaks
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 21 Nov 2007 09:59:22 +0000 (10:59 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 21 Nov 2007 09:59:22 +0000 (10:59 +0100)
viewfeed.js

index 9c41992bd4e91ebec5720fdef769fa894b90209d..1968c37756492997c792ac5604afc005c2791b71 100644 (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);