diff --git a/tt-rss.js b/tt-rss.js index 7c64363d9..fcafd39ba 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -225,6 +225,11 @@ function catchupPage(feed) { rows.push(row_id); content.rows[i].className = content.rows[i].className.replace("Unread", ""); } + + var upd_img_pic = document.getElementById("FUPDPIC-" + row_id); + if (upd_img_pic) { + upd_img_pic.innerHTML = ""; + } } }