call update_all_comments() from headlines callback

master
Andrew Dolgov 18 years ago
parent 80e4dc34fd
commit 30031575b0

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

Loading…
Cancel
Save