]> git.wh0rd.org - tt-rss.git/blobdiff - feedlist.js
reorganize theme support; add some themeable icons; add neon theme
[tt-rss.git] / feedlist.js
index 008f0297f1f2805ee40e84af344056166f1a9587..a6a864a86e6b8a02430156a8e6f20e7450d1cfcf 100644 (file)
@@ -467,7 +467,7 @@ function feedlist_init() {
                        }
                }
 
-               if (getInitParam("theme") == "") {
+               if (getInitParam("theme") == "" || getInitParam("theme") == "neon") {
                        setTimeout("hide_footer()", 5000);
                }