Bug fix for clara.io marketplace

This commit is contained in:
Anthony J. Thibault 2017-02-16 17:41:36 -08:00
parent 2ea88012f9
commit 47e87e1ad4

View file

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