Skip to content

Commit

Permalink
add folder class
Browse files Browse the repository at this point in the history
  • Loading branch information
donwa authored Sep 13, 2019
1 parent 5bb4d48 commit f4f2495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/material/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function nav(path){
if(n == ''){
break;
}
html += `<i class="mdui-icon material-icons mdui-icon-dark folder" style="margin:0;">chevron_right</i><a href="${p}">${n}</a>`;
html += `<i class="mdui-icon material-icons mdui-icon-dark folder" style="margin:0;">chevron_right</i><a class="folder" href="${p}">${n}</a>`;
}
}
$('#nav').html(html);
Expand Down

0 comments on commit f4f2495

Please sign in to comment.