summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
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");