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:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user