|
@@ -1372,7 +1372,7 @@
|
|
|
|
|
|
var date = new Date(modTime * 1000);
|
|
|
|
|
|
- $("#fileList").find(".fileDetailList").append(`<tr class="fileObject details" draggable="true" ondragstart="onFileObjectDragStart(this,event);" ondrop="dropToFolder(event)" ondragover="allowDrop(event)" fileID="${i}" filename="${filename}" filepath="${filepath}" ondblclick="openthis(this,event,true);" type="file">
|
|
|
+ $("#fileList").find(".fileDetailList").append(`<tr class="fileObject details" draggable="true" ondragstart="onFileObjectDragStart(this,event);" ondrop="dropToFolder(event)" ondragover="allowDrop(event)" fileID="${fl + i}" filename="${filename}" filepath="${filepath}" ondblclick="openthis(this,event,true);" type="file">
|
|
|
<td style="word-break: break-all; text-overflow: ellipsis !important; min-width: 250px;"><i class="${icon} icon" style="margin-right:12px;"></i> <span class="filename">${filename}</span></td>
|
|
|
<td class="light-text">${ext}</td>
|
|
|
<td class="light-text">${Displaysize}</td>
|