mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 14:30:35 +02:00
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
065971381d
commit
69fe471374
2 changed files with 7 additions and 7 deletions
|
@ -177,7 +177,7 @@ function promptToCreateDomainID() {
|
|||
createDomainIDPrompt(function (label) {
|
||||
var domainJSON = {
|
||||
"label": label
|
||||
}
|
||||
};
|
||||
|
||||
$.post("/api/domains", domainJSON, function (data) {
|
||||
// we successfully created a domain ID, set it on that field
|
||||
|
@ -188,7 +188,7 @@ function promptToCreateDomainID() {
|
|||
"metaverse": {
|
||||
"id": domainID
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
// POST the form JSON to the domain-server settings.json endpoint so the settings are saved
|
||||
postSettings(formJSON, goToNextStep);
|
||||
|
|
Loading…
Reference in a new issue