update cache when viewing unread articles (2)
This commit is contained in:
parent
fdcdf2de7c
commit
4c009c783c
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue