mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:35:57 +00:00
update cache when viewing unread articles (2)
This commit is contained in:
@@ -249,7 +249,6 @@ function showArticleInHeadlines(id) {
|
||||
crow.className = crow.className.replace("Unread", "");
|
||||
|
||||
selectTableRowsByIdPrefix('headlinesList', 'RROW-', 'RCHK-', false);
|
||||
markHeadline(id);
|
||||
|
||||
var upd_img_pic = document.getElementById("FUPDPIC-" + id);
|
||||
|
||||
@@ -280,6 +279,8 @@ function showArticleInHeadlines(id) {
|
||||
|
||||
}
|
||||
|
||||
markHeadline(id);
|
||||
|
||||
} catch (e) {
|
||||
exception_error("showArticleInHeadlines", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user