mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:16:56 +02:00
Update shared.js
This commit is contained in:
parent
5725a32200
commit
9624d3bb0c
1 changed files with 10 additions and 11 deletions
|
@ -501,17 +501,16 @@ function prepareAccessTokenPrompt(callback) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function createDomainIDPrompt(callback) {
|
function createDomainIDPrompt(callback) {
|
||||||
swal(
|
swal({
|
||||||
{
|
title: 'Finish Registering Domain',
|
||||||
title: 'Finish Registering Domain',
|
type: 'input',
|
||||||
type: 'input',
|
text: 'Enter a label for this machine.</br></br>This will help you identify which domain ID belongs to which machine.</br></br>This is a required step for registration.</br></br>',
|
||||||
text: 'Enter a label for this machine.</br></br>This will help you identify which domain ID belongs to which machine.</br></br>This is a required step for registration.</br></br>',
|
showCancelButton: true,
|
||||||
showCancelButton: true,
|
confirmButtonText: "Create",
|
||||||
confirmButtonText: "Create",
|
closeOnConfirm: false,
|
||||||
closeOnConfirm: false,
|
html: true
|
||||||
html: true
|
}, function(inputValue) {
|
||||||
}, function(inputValue) {
|
if (inputValue === false) {
|
||||||
if (inputValue === false) {
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue