1
0
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:
Andrew Dolgov
2006-09-28 13:34:31 +01:00
parent 80e4dc34fd
commit 30031575b0

View File

@@ -7,6 +7,7 @@ function headlines_callback() {
debug("headlines_callback");
var f = document.getElementById("headlines-frame");
f.innerHTML = xmlhttp.responseText;
update_all_counters();
}
}