mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:29:47 +02:00
Update further.
This commit is contained in:
parent
ed79f03755
commit
1fad06b112
2 changed files with 6 additions and 7 deletions
|
@ -53,7 +53,7 @@ var URLs = {
|
||||||
// STAGING METAVERSE_URL: https://staging.highfidelity.com
|
// STAGING METAVERSE_URL: https://staging.highfidelity.com
|
||||||
DEFAULT_METAVERSE_URL: "https://metaverse.vircadia.com/live",
|
DEFAULT_METAVERSE_URL: "https://metaverse.vircadia.com/live",
|
||||||
CDN_URL: 'https://content.vircadia.com/eu-c-1',
|
CDN_URL: 'https://content.vircadia.com/eu-c-1',
|
||||||
PLACE_URL: 'https://hifi.place'
|
PLACE_URL: 'https://xr.place'
|
||||||
};
|
};
|
||||||
|
|
||||||
var Strings = {
|
var Strings = {
|
||||||
|
|
|
@ -168,12 +168,11 @@ function setupWizardSteps() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function updatePlaceNameLink(address) {
|
function updatePlaceNameLink(address) {
|
||||||
// UNCOMMENT THIS ONCE WE HAVE A REPLACEMENT FOR OUR OWN PLACE_URL WITH FUNCTIONALITY
|
if (address) {
|
||||||
// if (address) {
|
var url = URLs.PLACE_URL + '/' + address;
|
||||||
// var url = URLs.PLACE_URL + '/' + address;
|
$('#place-name-link').html('Your domain is reachable at: <a target="_blank" href="' + url + '">' + address + '</a>');
|
||||||
// $('#place-name-link').html('Your domain is reachable at: <a target="_blank" href="' + url + '">' + address + '</a>');
|
$('#share-field a').attr('href', url).text(url);
|
||||||
// $('#share-field a').attr('href', url).text(url);
|
}
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function updatePlaceNameDisplay() {
|
function updatePlaceNameDisplay() {
|
||||||
|
|
Loading…
Reference in a new issue