mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 00:00:00 +02:00
fix locked link button in settings
This commit is contained in:
parent
82cb55e602
commit
a675b0a891
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ var viewHelpers = {
|
|||
|
||||
if (setting.href) {
|
||||
form_group += "<a href='" + setting.href + "'style='display: block;' role='button'"
|
||||
+ (isLocked ? " disabled" : "") +
|
||||
+ (isLocked ? " disabled" : "")
|
||||
+ common_attrs("btn " + setting.classes) + " target='_blank'>"
|
||||
+ setting.button_label + "</a>";
|
||||
} else {
|
||||
|
@ -347,7 +347,7 @@ function showDomainIDChoiceAlert() {
|
|||
title: 'Domain ID',
|
||||
type: 'info',
|
||||
text: "You do not currently have a domain ID." +
|
||||
"</br></br>This is required to point place names at your domain and to use automatic networking</br></br>" +
|
||||
"</br></br>This is required to point place names at your domain and to use automatic networking.</br></br>" +
|
||||
"Would you like to create a domain ID via the Metaverse API?</br></br>",
|
||||
showCancelButton: true,
|
||||
confirmButtonText: "Create new domain ID",
|
||||
|
|
Loading…
Reference in a new issue