summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-01 05:13:48 +0100
committerAndrew Dolgov <[email protected]>2006-08-01 05:13:48 +0100
commit0a6c4846cd819d8d0f50e184a45569e70e22ec4d (patch)
tree977ccfa438d2704ce351f1a4075632b322c8ea8f /functions.js
parent59e2aab4687694d6e64d56e8751a1d1eff3fd609 (diff)
category search fixes, search dialog now searches in category view
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js4
1 files changed, 4 insertions, 0 deletions
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 {