summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-28 13:34:31 +0100
committerAndrew Dolgov <[email protected]>2006-09-28 13:34:31 +0100
commit30031575b04e0dfa89c76c1e34f3033d041bec0d (patch)
tree98c5d940da250618e17c6fdd46d01de6342d20c7 /viewfeed.js
parent80e4dc34fd6673ab789560b6b8cee74293aa2401 (diff)
call update_all_comments() from headlines callback
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 838f3b0e5..66dc87781 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -7,6 +7,7 @@ function headlines_callback() {
debug("headlines_callback");
var f = document.getElementById("headlines-frame");
f.innerHTML = xmlhttp.responseText;
+ update_all_counters();
}
}