]> git.wh0rd.org Git - tt-rss.git/commitdiff
call update_all_comments() from headlines callback
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 28 Sep 2006 12:34:31 +0000 (13:34 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 28 Sep 2006 12:34:31 +0000 (13:34 +0100)
viewfeed.js

index 838f3b0e594b575a2ffff9478ec8847982511aaf..66dc877816ee1b2f7d6ec2a43e3e1384e1d0fe97 100644 (file)
@@ -7,6 +7,7 @@ function headlines_callback() {
                debug("headlines_callback");
                var f = document.getElementById("headlines-frame");
                f.innerHTML = xmlhttp.responseText;
+               update_all_counters();
        }
 }