From 0a6c4846cd819d8d0f50e184a45569e70e22ec4d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 1 Aug 2006 05:13:48 +0100 Subject: category search fixes, search dialog now searches in category view --- functions.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 853f36e19..64fac6135 100644 --- a/functions.js +++ b/functions.js @@ -462,6 +462,10 @@ function getActiveFeedId() { } } +function activeFeedIsCat() { + return getMainContext().active_feed_is_cat; +} + function setActiveFeedId(id) { // return setCookie("ttrss_vf_actfeed", id); try { -- cgit v1.2.3