mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:37:58 +02:00
Update wizard.js
This commit is contained in:
parent
9624d3bb0c
commit
065971381d
1 changed files with 25 additions and 25 deletions
|
@ -173,7 +173,7 @@ function setupWizardSteps() {
|
|||
}
|
||||
|
||||
function promptToCreateDomainID() {
|
||||
setTimeout(function(){
|
||||
setTimeout(function() {
|
||||
createDomainIDPrompt(function(label) {
|
||||
var domainJSON = {
|
||||
"label": label
|
||||
|
@ -192,7 +192,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(){
|
||||
}, 'json').fail(function() {
|
||||
console.log("Failed to create domain ID...");
|
||||
goToNextStep();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue