From 47e87e1ad439f9f5dd7676da5d24fe9a8549cb87 Mon Sep 17 00:00:00 2001 From: "Anthony J. Thibault" Date: Thu, 16 Feb 2017 17:41:36 -0800 Subject: [PATCH] Bug fix for clara.io marketplace --- 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 4ed323f920..c5ce5a634b 100644 --- a/scripts/system/marketplaces/marketplaces.js +++ b/scripts/system/marketplaces/marketplaces.js @@ -59,7 +59,7 @@ function showMarketplace() { tablet.webEventReceived.connect(function (message) { if (message === GOTO_DIRECTORY) { - tablet.gotoWebScreen(MARKETPLACES_URL); + tablet.gotoWebScreen(MARKETPLACES_URL, MARKETPLACES_INJECT_SCRIPT_URL); } if (message === QUERY_CAN_WRITE_ASSETS) {