mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix indent.
This commit is contained in:
parent
4c1de14cbb
commit
c1a47878b9
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ function promptToCreateDomainID() {
|
||||||
|
|
||||||
// POST the form JSON to the domain-server settings.json endpoint so the settings are saved
|
// POST the form JSON to the domain-server settings.json endpoint so the settings are saved
|
||||||
postSettings(formJSON, goToNextStep);
|
postSettings(formJSON, goToNextStep);
|
||||||
}, 'json').fail(function (data) {
|
}, 'json').fail(function (data) {
|
||||||
if (data && data.status === "failure") {
|
if (data && data.status === "failure") {
|
||||||
swal.showInputError("Error: " + data.error);
|
swal.showInputError("Error: " + data.error);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue