Disable marketplace directory and Clara.io scrollbars in tablet

This commit is contained in:
David Rowe 2017-03-30 14:20:32 +13:00
parent 06910d1881
commit c7f648a6c2

View file

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