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 a6a864a86..48385664c 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -467,7 +467,8 @@ function feedlist_init() {
}
}
- if (getInitParam("theme") == "" || getInitParam("theme") == "neon") {
+ if (getInitParam("theme") == "" || getInitParam("theme") == "darkroom" ||
+ getInitParam("theme") == "neon") {
setTimeout("hide_footer()", 5000);
}