Commit 35826a6f authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Make all video groups expanded by default.

Given that guides are all expanded, videos should behave the same.
Or the other way around, but I feel all-expanded is better, as
it allows you to scroll through all items easily without being
forced to click expand-expand-expand...
parent 7bdde8e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ Ext.define('Docs.view.videos.List', {
        this.tpl = Ext.create('Ext.XTemplate',
            '<div id="sample-ct">',
                '<tpl for=".">',
                '<div class="{[xindex == 1 ? "" : " collapsed"]}"><a name="{id}"></a><h2><div>{group}</div></h2>',
                '<div><a name="{id}"></a><h2><div>{group}</div></h2>',
                '<dl>',
                    '<tpl for="videos">',
                        '<dd ext:id="{id}"><img src="{thumb}"/>',