Fix broken AJAX helper
Whoopsy.
This commit is contained in:
parent
a3f9b9684a
commit
fa8ba26f4e
2
js/utility.min.js
vendored
2
js/utility.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user