aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/templates/file-row.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/file-row.html')
-rw-r--r--src/main/resources/templates/file-row.html2
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>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage