mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 20:25:57 +00:00
remove active feed cookie on app init
This commit is contained in:
@@ -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", "");
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user