From: Andrew Dolgov Date: Thu, 28 Sep 2006 12:49:11 +0000 (+0100) Subject: fix reloading of current feed if unread counter changed on scheduled refetch X-Git-Tag: 1.2.4~99 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5b064721380789d41d9063ce4da1e9f453db125a;p=tt-rss.git fix reloading of current feed if unread counter changed on scheduled refetch --- diff --git a/functions.js b/functions.js index 876e03ba..d5294e0b 100644 --- a/functions.js +++ b/functions.js @@ -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;