🩹 — Fix a format query parameter

This commit is contained in:
Luc Didry 2023-12-24 06:03:25 +01:00
parent a001963c3a
commit 43ee9fc4da
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ Revision history for Lufi
0.07.0 ????-??-??
- ⬆️ — Update jQuery
- 🩹 — Fix a format query parameter
0.06.00 2023-12-18
- ⬆️ — Update deps

View File

@ -142,7 +142,7 @@ function delFile() {
url: dlink,
method: 'GET',
data: {
format: 'json'
_format: 'json'
},
success: function(data) {
if (data.success) {