mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
oops
This commit is contained in:
parent
b377127fc1
commit
78f96a80bd
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ function shouldShowWebTablet() {
|
|||
function showMarketplace(marketplaceID) {
|
||||
if (shouldShowWebTablet()) {
|
||||
updateButtonState(true);
|
||||
marketplaceWebTablet = new WebTablet("https://metaverse.highfidelity.com/marketplace", null, null, false);
|
||||
marketplaceWebTablet = new WebTablet("https://metaverse.highfidelity.com/marketplace", null, null, true);
|
||||
} else {
|
||||
var url = MARKETPLACE_URL;
|
||||
if (marketplaceID) {
|
||||
|
|
Loading…
Reference in a new issue