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