summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-11 04:29:51 +0100
committerAndrew Dolgov <[email protected]>2007-08-11 04:29:51 +0100
commit731b05f4a236cbdf7043464d5aa9eee1bee95114 (patch)
treef546f5f293eb2530841f5551c29ba1f5f8ec774e /feedlist.js
parent7a64852c8e4136b4eadd0523d0a4386421392b6c (diff)
simplify getRelativeFeedId
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 8c0420d0e..eca867870 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -208,6 +208,14 @@ function toggleCollapseCat(cat) {
} */
+ if (cat == 0) {
+ if (Element.visible("FCATLIST-" + cat)) {
+ setCookie("ttrss_vf_uclps", "1");
+ } else {
+ setCookie("ttrss_vf_uclps", "0");
+ }
+ }
+
Effect.toggle('FCATLIST-' + cat, 'blind', { duration: 0.5 });
new Ajax.Request("backend.php?op=feeds&subop=collapse&cid=" +