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
1 changed files with 1 additions and 0 deletions

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();
}
}