mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:43:53 +02:00
Remove personalized comment
This commit is contained in:
parent
9d60d5153f
commit
61526256bc
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@
|
|||
tablet.webEventReceived.connect(function (message) {
|
||||
var parsedJsonMessage = JSON.parse(message);
|
||||
if (parsedJsonMessage.type === "CHECKOUT") {
|
||||
console.log("ZRF: Checkout (Get) Button Clicked: " + JSON.stringify(parsedJsonMessage));
|
||||
tablet.sendToQml({ method: 'updateCheckoutQML', params: parsedJsonMessage });
|
||||
tablet.pushOntoStack(MARKETPLACE_CHECKOUT_QML_PATH);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue