feedlist_init: do not wait before calling viewfeed(-3)

This commit is contained in:
Andrew Dolgov 2012-12-24 16:54:24 +04:00
parent dad075f0c8
commit 57e9729425

View file

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