From: Andrew Dolgov Date: Thu, 28 Sep 2006 12:34:31 +0000 (+0100) Subject: call update_all_comments() from headlines callback X-Git-Tag: 1.2.4~101 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=30031575b04e0dfa89c76c1e34f3033d041bec0d;p=tt-rss.git call update_all_comments() from headlines callback --- diff --git a/viewfeed.js b/viewfeed.js index 838f3b0e..66dc8778 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(); } }