From 78f96a80bd217827a439afa0862611eec5ac97ed Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Wed, 12 Oct 2016 16:31:12 -0700 Subject: [PATCH] oops --- scripts/system/marketplaces/marketplace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/marketplaces/marketplace.js b/scripts/system/marketplaces/marketplace.js index 29a21c5c2d..2cd9abed27 100644 --- a/scripts/system/marketplaces/marketplace.js +++ b/scripts/system/marketplaces/marketplace.js @@ -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) {