remove removeHandler net6 serialization frontend hack

pull/6845/head
Qstick 3 years ago committed by GitHub
parent 6359ed5757
commit a418111245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,6 @@ function createRemoveItemHandler(section, url) {
const ajaxOptions = {
url: `${url}/${id}?${$.param(queryParams, true)}`,
dataType: 'text',
method: 'DELETE'
};

Loading…
Cancel
Save