mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 10:47:53 +02: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
|
||||
postSettings(formJSON, goToNextStep);
|
||||
}, 'json').fail(function (data) {
|
||||
}, 'json').fail(function (data) {
|
||||
if (data && data.status === "failure") {
|
||||
swal.showInputError("Error: " + data.error);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue