mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
cute icon for updated posts
This commit is contained in:
10
tt-rss.js
10
tt-rss.js
@@ -121,12 +121,18 @@ function view(id,feed_id) {
|
||||
var feedr = document.getElementById("FEEDR-" + feed_id);
|
||||
feedr.className = feedr.className.replace("Unread", "");
|
||||
}
|
||||
|
||||
|
||||
total_unread--;
|
||||
|
||||
update_title();
|
||||
update_title();
|
||||
}
|
||||
|
||||
var upd_img_pic = document.getElementById("FUPDPIC-" + id);
|
||||
|
||||
if (upd_img_pic) {
|
||||
upd_img_pic.innerHTML = "";
|
||||
}
|
||||
|
||||
document.getElementById('content').innerHTML='Loading, please wait...';
|
||||
|
||||
xmlhttp.open("GET", "backend.php?op=view&id=" + param_escape(id), true);
|
||||
|
||||
Reference in New Issue
Block a user