remove active feed cookie on app init

This commit is contained in:
Andrew Dolgov 2005-10-14 04:43:44 +01:00
parent d148926e2b
commit fe2f197086

View file

@ -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", "");
}