summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-20 09:56:38 +0100
committerAndrew Dolgov <[email protected]>2008-02-20 09:56:38 +0100
commit22936abb76a5e321f40fc04ebc186204fbb7fa36 (patch)
tree5066a6faab0f38827e1957e4e4d102231b6b6256 /feedlist.js
parent4752b0412abb64c6ec32b1ffd18a9b8694598009 (diff)
save feedlist collapse state
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index e94cf12af..486409ae9 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -423,6 +423,10 @@ function init_collapsable_feedlist() {
if (fbtn) Element.show(fbtn);
+ if (getCookie("ttrss_vf_fclps") == 1) {
+ collapse_feedlist();
+ }
+
} catch (e) {
exception_error("init_hidden_feedlist", e);
}