1
0
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:
Andrew Dolgov
2006-08-01 05:13:48 +01:00
parent 59e2aab468
commit 0a6c4846cd
5 changed files with 54 additions and 14 deletions

View File

@@ -462,6 +462,10 @@ function getActiveFeedId() {
}
}
function activeFeedIsCat() {
return getMainContext().active_feed_is_cat;
}
function setActiveFeedId(id) {
// return setCookie("ttrss_vf_actfeed", id);
try {