mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Addressed PR change requests
This commit is contained in:
parent
ed76ca8018
commit
72ed3b077d
1 changed files with 2 additions and 1 deletions
|
@ -420,8 +420,9 @@
|
|||
tablet.pushOntoStack(MARKETPLACE_PURCHASES_QML_PATH);
|
||||
break;
|
||||
case 'checkout_itemLinkClicked':
|
||||
tablet.gotoWebScreen(MARKETPLACE_URL + '/items/' + message.itemId, MARKETPLACES_INJECT_SCRIPT_URL);
|
||||
break;
|
||||
case 'checkout_continueShopping':
|
||||
//tablet.gotoWebScreen(MARKETPLACE_URL + '/items/' + message.itemId, MARKETPLACES_INJECT_SCRIPT_URL);
|
||||
tablet.gotoWebScreen(MARKETPLACE_URL_INITIAL, MARKETPLACES_INJECT_SCRIPT_URL);
|
||||
//tablet.popFromStack();
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue