1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-18 22:51:28 +00:00

fix updating of unread counters in feedlist on headlines load

This commit is contained in:
Andrew Dolgov
2005-09-07 08:47:10 +01:00
parent c80e217587
commit 0c67440670
3 changed files with 20 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ if (!xmlhttp_rpc && typeof XMLHttpRequest!='undefined') {
function view(id, feed_id) {
// p_notify("Loading article...");
p_notify("Loading article...");
enableHotkeys();
@@ -46,7 +46,7 @@ function view(id, feed_id) {
var feedctr = f_doc.getElementById("FEEDCTR-" + feed_id);
if (feedctr) {
feedctr.innerHTML = "";
feedctr.className = "invisible";
}
}