diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2005-10-14 04:43:44 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2005-10-14 04:43:44 +0100 |
| commit | fe2f1970868b8b9935ecba7ea0469dc5b01f7bb5 (patch) | |
| tree | 012a3528e796329e9a992974856f8eb063113426 | |
| parent | d148926e2b96602707a4b012966e943e865d48d2 (diff) | |
remove active feed cookie on app init
| -rw-r--r-- | tt-rss.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", ""); - } |