From: Andrew Dolgov Date: Fri, 14 Oct 2005 03:43:44 +0000 (+0100) Subject: remove active feed cookie on app init X-Git-Tag: 1.0.7~62 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fe2f1970868b8b9935ecba7ea0469dc5b01f7bb5;p=tt-rss.git remove active feed cookie on app init --- diff --git a/tt-rss.js b/tt-rss.js index 3725ab43..c5a57e1f 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", ""); - }