mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Bug fix for clara.io marketplace
This commit is contained in:
parent
2ea88012f9
commit
47e87e1ad4
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue