Skip to content

Commit

Permalink
fix class name
Browse files Browse the repository at this point in the history
fix class name
  • Loading branch information
donwa authored Sep 12, 2019
2 parents fe12808 + 5bb4d48 commit f002233
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 @@ -143,7 +143,7 @@ function list_files(path,files){
var ext = p.split('.').pop();
if("|html|php|css|go|java|js|json|txt|sh|md|mp4|bmp|jpg|jpeg|png|gif|".indexOf(`|${ext}|`) >= 0){
p += "?a=view";
c += "view";
c += " view";
}
html += `<li class="mdui-list-item file mdui-ripple" target="_blank"><a gd-type="${item.mimeType}" href="${p}" class="${c}">
<div class="mdui-col-xs-12 mdui-col-sm-7 mdui-text-truncate">
Expand Down

0 comments on commit f002233

Please sign in to comment.