Skip to content

Commit b21cc8c

Browse files
author
Fabio Picheli
committed
start with a openned tree
1 parent 7814ec8 commit b21cc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function buildHtmlTree(tree) {
9090

9191
for(var key in tree) {
9292
if(key === 'files') continue;
93-
content += `<li class="gct-folder">
93+
content += `<li class="gct-folder gct-folder-open">
9494
<span class="gct-folder-name">${iconFolder()} ${key}</span>
9595
<div class="gct-sub-folders">${buildHtmlTree(tree[key])}</div>
9696
</li>`;

0 commit comments

Comments
 (0)