summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
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 008f0297f..a6a864a86 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -467,7 +467,7 @@ function feedlist_init() {
}
}
- if (getInitParam("theme") == "") {
+ if (getInitParam("theme") == "" || getInitParam("theme") == "neon") {
setTimeout("hide_footer()", 5000);
}