summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/feedlist.js b/feedlist.js
index 927b6b8a4..bb3f3bf75 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -467,8 +467,8 @@ function feedlist_init() {
}
}
- if (getInitParam("theme") == "" || getInitParam("theme") == "lejla" ||
- getInitParam("theme") == "neon") {
+ if (getInitParam("theme") == "" ||
+ getInitParam("theme_options").match("hide_footer")) {
setTimeout("hide_footer()", 5000);
}