mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:16:45 +02:00
use constant rather than hard-coding metaverse url
This commit is contained in:
parent
1527780351
commit
e606ffb002
1 changed files with 2 additions and 2 deletions
|
@ -617,7 +617,7 @@ function setupPlacesTable() {
|
||||||
label: 'Places',
|
label: 'Places',
|
||||||
html_id: Settings.PLACES_TABLE_ID,
|
html_id: Settings.PLACES_TABLE_ID,
|
||||||
help: "The following places currently point to this domain.</br>To point places to this domain, "
|
help: "The following places currently point to this domain.</br>To point places to this domain, "
|
||||||
+ " go to the <a href='https://metaverse.highfidelity.com/user/places'>My Places</a> "
|
+ " go to the <a href='" + Settings.METAVERSE_URL + "/user/places'>My Places</a> "
|
||||||
+ "page in your High Fidelity Metaverse account.",
|
+ "page in your High Fidelity Metaverse account.",
|
||||||
read_only: true,
|
read_only: true,
|
||||||
columns: [
|
columns: [
|
||||||
|
@ -759,7 +759,7 @@ function chooseFromHighFidelityDomains(clickedButton) {
|
||||||
modal_buttons["success"] = {
|
modal_buttons["success"] = {
|
||||||
label: 'Create new domain',
|
label: 'Create new domain',
|
||||||
callback: function() {
|
callback: function() {
|
||||||
window.open("https://metaverse.highfidelity.com/user/domains", '_blank');
|
window.open(Settings.METAVERSE_URL + "/user/domains", '_blank');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
modal_body = "<p>You do not have any domains in your High Fidelity account." +
|
modal_body = "<p>You do not have any domains in your High Fidelity account." +
|
||||||
|
|
Loading…
Reference in a new issue