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
+3 -1
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());