mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:55:56 +00:00
remove ACTFEEDID container, keep information in a cookie instead (getActiveFeedId/setActiveFeedId API)
This commit is contained in:
@@ -270,3 +270,11 @@ function gotoMain() {
|
||||
function gotoExportOpml() {
|
||||
document.location.href = "opml.php?op=Export";
|
||||
}
|
||||
|
||||
function getActiveFeedId() {
|
||||
return getCookie("ttrss_vf_actfeed");
|
||||
}
|
||||
|
||||
function setActiveFeedId(id) {
|
||||
return setCookie("ttrss_vf_actfeed", id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user