This commit is contained in:
howard-stearns 2016-10-12 16:31:12 -07:00
parent b377127fc1
commit 78f96a80bd

View file

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