mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 01:23:17 +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) {
|
function showMarketplace(marketplaceID) {
|
||||||
if (shouldShowWebTablet()) {
|
if (shouldShowWebTablet()) {
|
||||||
updateButtonState(true);
|
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 {
|
} else {
|
||||||
var url = MARKETPLACE_URL;
|
var url = MARKETPLACE_URL;
|
||||||
if (marketplaceID) {
|
if (marketplaceID) {
|
||||||
|
|
Loading…
Reference in a new issue