mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-14 12:31:00 +02:00
remove active feed cookie on app init
This commit is contained in:
parent
d148926e2b
commit
fe2f197086
@ -341,6 +341,8 @@ function init() {
|
|||||||
if (!genericSanityCheck())
|
if (!genericSanityCheck())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
setCookie("ttrss_vf_actfeed", "");
|
||||||
|
|
||||||
updateFeedList(false, false);
|
updateFeedList(false, false);
|
||||||
document.onkeydown = hotkey_handler;
|
document.onkeydown = hotkey_handler;
|
||||||
|
|
||||||
@ -363,8 +365,6 @@ function init() {
|
|||||||
// viewfeed(getCookie("ttrss_vf_actfeed"), 0, '');
|
// viewfeed(getCookie("ttrss_vf_actfeed"), 0, '');
|
||||||
// }
|
// }
|
||||||
|
|
||||||
setCookie("ttrss_vf_actfeed", "");
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user