mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
feedlist_init: do not wait before calling viewfeed(-3)
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user