From c7f648a6c269d781ab8f77d1705e5cc1d9b5fe99 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 30 Mar 2017 14:20:32 +1300 Subject: [PATCH] Disable marketplace directory and Clara.io scrollbars in tablet --- scripts/system/marketplaces/marketplaces.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/marketplaces/marketplaces.js b/scripts/system/marketplaces/marketplaces.js index c24034b38e..3488352cc0 100644 --- a/scripts/system/marketplaces/marketplaces.js +++ b/scripts/system/marketplaces/marketplaces.js @@ -72,7 +72,7 @@ function showMarketplace() { tablet.webEventReceived.connect(function (message) { if (message === GOTO_DIRECTORY) { - tablet.gotoWebScreen(MARKETPLACES_URL, MARKETPLACES_INJECT_SCRIPT_URL); + tablet.gotoWebScreen(MARKETPLACES_URL, injectURL); } if (message === QUERY_CAN_WRITE_ASSETS) {