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