summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-01 14:18:05 +0100
committerAndrew Dolgov <[email protected]>2006-08-01 14:18:05 +0100
commit5c365f6055ffe61ddcc5f2e306499945e34ddf09 (patch)
tree328180214a4dcdc5f8aa9a1e4454f787a152faa6 /functions.js
parent826cdd263a925481616a0556d7fd2d003159d66f (diff)
fix various cat-related bugs
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index ed8340444..cef4692c6 100644
--- a/functions.js
+++ b/functions.js
@@ -469,6 +469,7 @@ function activeFeedIsCat() {
function setActiveFeedId(id) {
// return setCookie("ttrss_vf_actfeed", id);
try {
+ debug("sAFID(" + id + ")");
getMainContext().active_feed_id = id;
} catch (e) {
exception_error("setActiveFeedId", e);