1
0
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:
Andrew Dolgov
2008-02-20 10:17:54 +01:00
parent d6918e1df5
commit f0e8468b41
2 changed files with 28 additions and 12 deletions

View File

@@ -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");