mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
fix various cat-related bugs
This commit is contained in:
@@ -469,6 +469,7 @@ function activeFeedIsCat() {
|
||||
function setActiveFeedId(id) {
|
||||
// return setCookie("ttrss_vf_actfeed", id);
|
||||
try {
|
||||
debug("sAFID(" + id + ")");
|
||||
getMainContext().active_feed_id = id;
|
||||
} catch (e) {
|
||||
exception_error("setActiveFeedId", e);
|
||||
|
||||
Reference in New Issue
Block a user