mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 22:45:57 +00:00
recache headlines when removing updated mark
This commit is contained in:
@@ -262,6 +262,11 @@ function showArticleInHeadlines(id) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cache_invalidate(cache_prefix + getActiveFeedId());
|
cache_invalidate(cache_prefix + getActiveFeedId());
|
||||||
|
|
||||||
|
cache_inject(cache_prefix + getActiveFeedId(),
|
||||||
|
document.getElementById("headlines-frame").innerHTML,
|
||||||
|
get_feed_unread(getActiveFeedId()));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
selectTableRowsByIdPrefix('headlinesList', 'RROW-', 'RCHK-', false);
|
selectTableRowsByIdPrefix('headlinesList', 'RROW-', 'RCHK-', false);
|
||||||
|
|||||||
Reference in New Issue
Block a user