This commit is contained in:
Aevann1 2022-02-01 04:24:01 +02:00
parent 17a08aeb77
commit 527f436544
11 changed files with 16 additions and 16 deletions

View file

@ -11,7 +11,7 @@ tooltipTriggerList.map(function(element){
function post_toast(url, reload, data) {
const xhr = new XMLHttpRequest();
xhr.open("POST", url, true);
xhr.open("POST", url);
xhr.setRequestHeader('xhr', 'xhr');
var form = new FormData()
form.append("formkey", formkey());