summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 17:12:34 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 17:12:34 +0300
commit3e7c21a406187796079730ec1f6bccdd106437d0 (patch)
tree2c8a1a21a656a22550ff52aa643cf9c014e9addc /feedlist.js
parentb97e6e0267758351e24078f621ef313de0c747fb (diff)
update neon 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 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);
}