From b3af99a0c527dc0c9cfcf4579dd78f5b6d4e8d31 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Jan 2010 13:43:17 +0300 Subject: theme system updates; remove old-skool theme; add neutral theme --- tt-rss.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 8b04eae61..b2de0bcdb 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -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"); -- cgit v1.2.3