mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 15:15:56 +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", "");
|
crow.className = crow.className.replace("Unread", "");
|
||||||
|
|
||||||
selectTableRowsByIdPrefix('headlinesList', 'RROW-', 'RCHK-', false);
|
selectTableRowsByIdPrefix('headlinesList', 'RROW-', 'RCHK-', false);
|
||||||
markHeadline(id);
|
|
||||||
|
|
||||||
var upd_img_pic = document.getElementById("FUPDPIC-" + id);
|
var upd_img_pic = document.getElementById("FUPDPIC-" + id);
|
||||||
|
|
||||||
@@ -280,6 +279,8 @@ function showArticleInHeadlines(id) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
markHeadline(id);
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("showArticleInHeadlines", e);
|
exception_error("showArticleInHeadlines", e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user