🩹 — Fix a format query parameter
This commit is contained in:
parent
a001963c3a
commit
43ee9fc4da
|
@ -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
|
||||
|
|
|
@ -142,7 +142,7 @@ function delFile() {
|
|||
url: dlink,
|
||||
method: 'GET',
|
||||
data: {
|
||||
format: 'json'
|
||||
_format: 'json'
|
||||
},
|
||||
success: function(data) {
|
||||
if (data.success) {
|
||||
|
|
Loading…
Reference in New Issue