summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
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 {