forked from MapComplete/MapComplete
Formatting
This commit is contained in:
parent
6d822b42ca
commit
61aebc61eb
32 changed files with 664 additions and 511 deletions
2
Utils.ts
2
Utils.ts
|
@ -823,7 +823,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
} else if (xhr.status === 509 || xhr.status === 429) {
|
||||
reject("rate limited")
|
||||
} else {
|
||||
reject("Could not download "+url+" due to "+xhr.statusText)
|
||||
reject("Could not download " + url + " due to " + xhr.statusText)
|
||||
}
|
||||
}
|
||||
xhr.open("GET", url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue