fix reloading of current feed if unread counter changed on scheduled refetch

This commit is contained in:
Andrew Dolgov 2006-09-28 13:49:11 +01:00
parent 33b8cab44f
commit 5b06472138
1 changed files with 4 additions and 2 deletions

View File

@ -541,8 +541,10 @@ function parse_counters(reply, scheduled_call) {
if (feedctr && feedu && feedr) {
if (feedu.innerHTML != ctr && id == getActiveFeedId() && scheduled_call) {
var hf = title_obj.parent.frames["headlines-frame"];
hf.location.reload(true);
// var hf = title_obj.parent.frames["headlines-frame"];
// hf.location.reload(true);
viewCurrentFeed();
}
feedu.innerHTML = ctr;