summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 16:11:54 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 16:11:54 +0300
commitb97e6e0267758351e24078f621ef313de0c747fb (patch)
tree33a64e7d72f362e1bd7d92a3248dc83cc6fdf6ea /feedlist.js
parentdce46cade3ef1d24a12cf6d27abad5d93de95373 (diff)
reorganize theme support; add some themeable icons; add neon theme
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);
}