diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-09-28 13:34:31 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-09-28 13:34:31 +0100 |
| commit | 30031575b04e0dfa89c76c1e34f3033d041bec0d (patch) | |
| tree | 98c5d940da250618e17c6fdd46d01de6342d20c7 | |
| parent | 80e4dc34fd6673ab789560b6b8cee74293aa2401 (diff) | |
call update_all_comments() from headlines callback
| -rw-r--r-- | viewfeed.js | 1 |
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(); } } |