mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 02:21:28 +00:00
theme system updates; remove old-skool theme; add neutral theme
This commit is contained in:
@@ -555,12 +555,14 @@ function init_hidden_feedlist(theme) {
|
||||
}
|
||||
} */
|
||||
|
||||
function init_collapsable_feedlist(theme) {
|
||||
function init_collapsable_feedlist() {
|
||||
try {
|
||||
debug("init_collapsable_feedlist");
|
||||
|
||||
if (theme != "" && theme != "compact" && theme != "graycube" &&
|
||||
theme != "compat") return;
|
||||
var theme = getInitParam("theme");
|
||||
var options = getInitParam("theme_options");
|
||||
|
||||
if (theme != "" && !options.match("collapse_feedlist")) return;
|
||||
|
||||
var fbtn = $("collapse_feeds_btn");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user