1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 15:45:56 +00:00

more blank_icon png -> gif

This commit is contained in:
Andrew Dolgov
2005-09-08 05:49:37 +01:00
parent 5bfef089a5
commit 397f428bc5

View File

@@ -59,7 +59,7 @@ function view(id, feed_id) {
var upd_img_pic = document.getElementById("FUPDPIC-" + id);
if (upd_img_pic) {
upd_img_pic.src = "images/blank_icon.png";
upd_img_pic.src = "images/blank_icon.gif";
}
var unread_rows = getVisibleUnreadHeadlines();