summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-20 10:17:54 +0100
committerAndrew Dolgov <[email protected]>2008-02-20 10:17:54 +0100
commitf0e8468b41b85c284b2e8b1a463f7e5c728f2529 (patch)
tree2e10c7d33e7d5bc3417f94f5a2a56b21b3916973 /feedlist.js
parentd6918e1df5d9c07eb238bb452c32c533b1e91446 (diff)
enable collapsed feedlist for graycube
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 97206ea15..fe2a40b46 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -427,7 +427,7 @@ function init_collapsable_feedlist(theme) {
try {
debug("init_collapsable_feedlist");
- if (theme != "" && theme != "compact") return;
+ if (theme != "" && theme != "compact" && theme != "graycube") return;
var fbtn = document.getElementById("collapse_feeds_btn");