1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

update cache when viewing unread articles (2)

This commit is contained in:
Andrew Dolgov
2007-11-22 08:36:26 +01:00
parent fdcdf2de7c
commit 4c009c783c

View File

@@ -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);
}