Skip to content

Commit

Permalink
🐛 display dowload link (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: Mbaye THIAM <[email protected]>
  • Loading branch information
mbthiam88 and Mbaye THIAM authored Apr 12, 2024
1 parent fc7b9ca commit f10582b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/a7_browse_directory.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
tr.appendChild(name);
tr.appendChild(size);
tr.appendChild(date);
if (!isPackageDirectory) {
if (!data.isPackageFolder) {
var actions = document.createElement('td');
actions.className = 'has-text-right';
actions.innerHTML = '';
Expand Down

0 comments on commit f10582b

Please sign in to comment.