diff options
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> |
