mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 05:05:55 +00:00
category search fixes, search dialog now searches in category view
This commit is contained in:
@@ -462,6 +462,10 @@ function getActiveFeedId() {
|
||||
}
|
||||
}
|
||||
|
||||
function activeFeedIsCat() {
|
||||
return getMainContext().active_feed_is_cat;
|
||||
}
|
||||
|
||||
function setActiveFeedId(id) {
|
||||
// return setCookie("ttrss_vf_actfeed", id);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user