From 5c365f6055ffe61ddcc5f2e306499945e34ddf09 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 1 Aug 2006 14:18:05 +0100 Subject: fix various cat-related bugs --- functions.js | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.js') 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); -- cgit v1.2.3