mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 09:11:29 +00:00
add separate indicator for fresh articles
This commit is contained in:
@@ -320,7 +320,9 @@ function showArticleInHeadlines(id) {
|
||||
//
|
||||
}
|
||||
|
||||
if (upd_img_pic && upd_img_pic.src.match("updated.png")) {
|
||||
if (upd_img_pic && (upd_img_pic.src.match("updated.png") ||
|
||||
upd_img_pic.src.match("fresh_sign.png"))) {
|
||||
|
||||
upd_img_pic.src = "images/blank_icon.gif";
|
||||
|
||||
cache_invalidate(cache_prefix + getActiveFeedId());
|
||||
|
||||
Reference in New Issue
Block a user