mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 09:01:28 +00:00
theme system updates; remove old-skool theme; add neutral theme
This commit is contained in:
@@ -888,8 +888,8 @@ function collapse_feedlist() {
|
||||
debug("collapse_feedlist");
|
||||
|
||||
var theme = getInitParam("theme");
|
||||
if (theme != "" && theme != "compact" && theme != "graycube" &&
|
||||
theme != "old-skool") return;
|
||||
if (theme != "" &&
|
||||
!getInitParam("theme_options").match("collapse_feedlist")) return;
|
||||
|
||||
var fl = $("feeds-holder");
|
||||
var fh = $("headlines-frame");
|
||||
|
||||
Reference in New Issue
Block a user