mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
CR Fix
This commit is contained in:
parent
9888f5feda
commit
629d5e50ff
2 changed files with 2 additions and 2 deletions
|
@ -488,7 +488,7 @@ function getMetaverseUrl(callback) {
|
|||
callback(data.metaverse_url);
|
||||
},
|
||||
error: function() {
|
||||
callback("https://metaverse.highfidelity.com");
|
||||
callback(URLs.METAVERSE_URL);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ $(document).ready(function(){
|
|||
|
||||
Settings.extraGroupsAtEnd = Settings.extraDomainGroupsAtEnd;
|
||||
Settings.extraGroupsAtIndex = Settings.extraDomainGroupsAtIndex;
|
||||
var METAVERSE_URL = "https://metaverse.highfidelity.com";
|
||||
var METAVERSE_URL = URLs.METAVERSE_URL;
|
||||
|
||||
Settings.afterReloadActions = function() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue