First steps for a delete button

This commit is contained in:
Pieter Vander Vennet 2021-06-28 18:06:54 +02:00
parent b7798a470c
commit 985e97d43b
10 changed files with 246 additions and 75 deletions

View file

@ -343,6 +343,7 @@ export class Utils {
}
};
xhr.open('GET', url);
xhr.setRequestHeader("accept","application/json")
xhr.send();
}catch(e){
reject(e)