1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 20:49:15 +00:00

invalidate headline cache when clicking on unread article

This commit is contained in:
Andrew Dolgov
2007-11-26 18:32:37 +01:00
parent 090ac2fea0
commit 3de99e6b6c

View File

@@ -286,6 +286,8 @@ function showArticleInHeadlines(id) {
document.getElementById("headlines-frame").innerHTML,
get_feed_unread(getActiveFeedId())-1);
} else if (article_is_unread) {
cache_invalidate(cache_prefix + getActiveFeedId());
}
markHeadline(id);