mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 08:09:15 +00:00
call update_all_comments() from headlines callback
This commit is contained in:
@@ -7,6 +7,7 @@ function headlines_callback() {
|
||||
debug("headlines_callback");
|
||||
var f = document.getElementById("headlines-frame");
|
||||
f.innerHTML = xmlhttp.responseText;
|
||||
update_all_counters();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user