forked from MapComplete/MapComplete
First steps for a delete button
This commit is contained in:
parent
b7798a470c
commit
985e97d43b
10 changed files with 246 additions and 75 deletions
1
Utils.ts
1
Utils.ts
|
@ -343,6 +343,7 @@ export class Utils {
|
|||
}
|
||||
};
|
||||
xhr.open('GET', url);
|
||||
xhr.setRequestHeader("accept","application/json")
|
||||
xhr.send();
|
||||
}catch(e){
|
||||
reject(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue