1
0
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:
Andrew Dolgov
2009-08-21 15:24:18 +04:00
parent 9897ca6772
commit 784ac51f88
3 changed files with 13 additions and 3 deletions

View File

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