diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-01-14 16:11:54 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-01-14 16:11:54 +0300 |
| commit | b97e6e0267758351e24078f621ef313de0c747fb (patch) | |
| tree | 33a64e7d72f362e1bd7d92a3248dc83cc6fdf6ea /feedlist.js | |
| parent | dce46cade3ef1d24a12cf6d27abad5d93de95373 (diff) | |
reorganize theme support; add some themeable icons; add neon theme
Diffstat (limited to 'feedlist.js')
| -rw-r--r-- | feedlist.js | 2 |
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); } |