diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-01-11 22:57:30 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-01-11 22:57:30 -0800 |
| commit | 992e0fd7ac2b0bd16dec0059531621ecaf63e17f (patch) | |
| tree | 0ff293a16ae90b1674265026b6fee76c4b28756c /src/main/resources/templates/file-row.html | |
| parent | 1b05e7f5d9ad465b20f15d057ef43f8b924b7573 (diff) | |
implement partial upload and re-assemble
Diffstat (limited to 'src/main/resources/templates/file-row.html')
| -rw-r--r-- | src/main/resources/templates/file-row.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/file-row.html b/src/main/resources/templates/file-row.html index b6219eb..03cb278 100644 --- a/src/main/resources/templates/file-row.html +++ b/src/main/resources/templates/file-row.html @@ -10,7 +10,7 @@ <td><span class="file-type">{{fileType}}</span></td> <td class="file-date">{{createdDate}}</td> <td class="file-actions"> - <button class="btn-delete" onclick="deleteFile({{id}}, '{{escapedName}}')" title="Delete file"> + <button class="btn-delete" onclick="deleteFile('{{id}}', '{{escapedName}}')" title="Delete file"> <i class="fas fa-trash"></i> </button> </td> |
