diff --git a/tt-rss.js b/tt-rss.js index 3725ab43c..c5a57e1fa 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -341,6 +341,8 @@ function init() { if (!genericSanityCheck()) return; + setCookie("ttrss_vf_actfeed", ""); + updateFeedList(false, false); document.onkeydown = hotkey_handler; @@ -363,8 +365,6 @@ function init() { // viewfeed(getCookie("ttrss_vf_actfeed"), 0, ''); // } - setCookie("ttrss_vf_actfeed", ""); - }