summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-12-28 08:35:33 +0300
committerAndrew Dolgov <[email protected]>2010-12-28 08:35:33 +0300
commit09aa8995dccfc52b2462b4066ec5d1223dddf872 (patch)
treed77511cc2507912a93908652aa9edce1eaaa6828 /viewfeed.js
parent476edbbb5fd868fc6b564617be606b7fe71ceca8 (diff)
do not try to reinject new headline buffer when marking articles as read
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js8
1 files changed, 4 insertions, 4 deletions
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());