// switching to a different feed, we might as well catchup stuff visible
// in headlines buffer (if any)
- if (!background && isCdmMode() && getInitParam("cdm_auto_catchup") == 1 && parseInt(getActiveFeedId()) > 0) {
+ // disabled for now because this behavior is considered confusing -fox
+ /* if (!background && isCdmMode() && getInitParam("cdm_auto_catchup") == 1 && parseInt(getActiveFeedId()) > 0) {
$$("#headlines-frame > div[id*=RROW][class*=Unread]").each(
function(child) {
}
});
- }
+ } */
}
if (offset == 0 && !background)