mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Disable marketplace directory and Clara.io scrollbars in tablet
This commit is contained in:
parent
06910d1881
commit
c7f648a6c2
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue