mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 21:36:12 +02:00
Merge branch 'master' of github.com:highfidelity/hifi into vhacd-knobs
This commit is contained in:
commit
98c08acc97
1 changed files with 1 additions and 1 deletions
|
@ -1355,7 +1355,7 @@ var propertyMenu = PopupMenu();
|
||||||
|
|
||||||
propertyMenu.onSelectMenuItem = function(name) {
|
propertyMenu.onSelectMenuItem = function(name) {
|
||||||
if (propertyMenu.marketplaceID) {
|
if (propertyMenu.marketplaceID) {
|
||||||
var url = "https://metaverse.highfidelity.io/marketplace/items/" + propertyMenu.marketplaceID;
|
var url = MARKETPLACE_URL + "/items/" + propertyMenu.marketplaceID;
|
||||||
if (marketplaceWindow.url != url) {
|
if (marketplaceWindow.url != url) {
|
||||||
marketplaceWindow.setURL(url);
|
marketplaceWindow.setURL(url);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue