remove removeHandler net6 serialization frontend hack

This commit is contained in:
Qstick 2021-12-19 20:39:45 -06:00 committed by GitHub
parent 6359ed5757
commit a418111245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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