@ -210,9 +210,8 @@ function feedlist_init() {
document.onkeydown = hotkey_handler;
setTimeout("hotkey_prefix_timeout()", 5*1000);
if (!getActiveFeedId()) {
if (!getActiveFeedId())
setTimeout("viewfeed(-3)", 100);
viewfeed(-3);
}
console.log("T:" +
getInitParam("cdm_auto_catchup") + " " + getFeedUnread(-3));