mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 06:52:32 +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
|
||||
DEFAULT_METAVERSE_URL: "https://metaverse.vircadia.com/live",
|
||||
CDN_URL: 'https://content.vircadia.com/eu-c-1',
|
||||
PLACE_URL: 'https://hifi.place'
|
||||
PLACE_URL: 'https://xr.place'
|
||||
};
|
||||
|
||||
var Strings = {
|
||||
|
|
|
@ -168,12 +168,11 @@ function setupWizardSteps() {
|
|||
}
|
||||
|
||||
function updatePlaceNameLink(address) {
|
||||
// UNCOMMENT THIS ONCE WE HAVE A REPLACEMENT FOR OUR OWN PLACE_URL WITH FUNCTIONALITY
|
||||
// if (address) {
|
||||
// var url = URLs.PLACE_URL + '/' + address;
|
||||
// $('#place-name-link').html('Your domain is reachable at: <a target="_blank" href="' + url + '">' + address + '</a>');
|
||||
// $('#share-field a').attr('href', url).text(url);
|
||||
// }
|
||||
if (address) {
|
||||
var url = URLs.PLACE_URL + '/' + address;
|
||||
$('#place-name-link').html('Your domain is reachable at: <a target="_blank" href="' + url + '">' + address + '</a>');
|
||||
$('#share-field a').attr('href', url).text(url);
|
||||
}
|
||||
}
|
||||
|
||||
function updatePlaceNameDisplay() {
|
||||
|
|
Loading…
Reference in a new issue