diff --git a/viewfeed.js b/viewfeed.js index fe81aad63..fb562c5f7 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -256,17 +256,17 @@ function showArticleInHeadlines(id) { cache_invalidate(cache_prefix + getActiveFeedId()); - cache_inject(cache_prefix + getActiveFeedId(), + /* cache_inject(cache_prefix + getActiveFeedId(), $("headlines-frame").innerHTML, - getFeedUnread(getActiveFeedId())); + getFeedUnread(getActiveFeedId())); */ } else if (article_is_unread && view_mode == "all_articles") { cache_invalidate(cache_prefix + getActiveFeedId()); - cache_inject(cache_prefix + getActiveFeedId(), + /* cache_inject(cache_prefix + getActiveFeedId(), $("headlines-frame").innerHTML, - getFeedUnread(getActiveFeedId())-1); + getFeedUnread(getActiveFeedId())-1); */ } else if (article_is_unread) { cache_invalidate(cache_prefix + getActiveFeedId());