mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 03:19:41 +00:00
enable collapsed feedlist for graycube
This commit is contained in:
@@ -427,7 +427,7 @@ function init_collapsable_feedlist(theme) {
|
||||
try {
|
||||
debug("init_collapsable_feedlist");
|
||||
|
||||
if (theme != "" && theme != "compact") return;
|
||||
if (theme != "" && theme != "compact" && theme != "graycube") return;
|
||||
|
||||
var fbtn = document.getElementById("collapse_feeds_btn");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user