mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:03:57 +02:00
return to main mktplace page from rez page
This commit is contained in:
parent
a5e671e0fd
commit
ed76ca8018
1 changed files with 2 additions and 1 deletions
|
@ -421,7 +421,8 @@
|
|||
break;
|
||||
case 'checkout_itemLinkClicked':
|
||||
case 'checkout_continueShopping':
|
||||
tablet.gotoWebScreen(MARKETPLACE_URL + '/items/' + message.itemId, MARKETPLACES_INJECT_SCRIPT_URL);
|
||||
//tablet.gotoWebScreen(MARKETPLACE_URL + '/items/' + message.itemId, MARKETPLACES_INJECT_SCRIPT_URL);
|
||||
tablet.gotoWebScreen(MARKETPLACE_URL_INITIAL, MARKETPLACES_INJECT_SCRIPT_URL);
|
||||
//tablet.popFromStack();
|
||||
break;
|
||||
case 'purchases_itemInfoClicked':
|
||||
|
|
Loading…
Reference in a new issue