Update further.

This commit is contained in:
Kalila L 2020-09-16 23:06:02 -04:00
parent ed79f03755
commit 1fad06b112
2 changed files with 6 additions and 7 deletions

View file

@ -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 = {

View file

@ -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() {