Fix broken AJAX helper

Whoopsy.
This commit is contained in:
Tetrakern 2023-05-29 14:06:07 +02:00
parent a3f9b9684a
commit fa8ba26f4e
2 changed files with 2 additions and 2 deletions

2
js/utility.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -77,7 +77,7 @@ async function fcn_ajaxPost(data = {}, url = null, headers = {}) {
credentials: 'same-origin',
headers: final_headers,
mode: 'same-origin',
body: data
body: new URLSearchParams(data)
});
// Return response