call update_all_comments() from headlines callback
This commit is contained in:
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…
Reference in New Issue