mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 07:56:25 +02:00
cr feedback
This commit is contained in:
parent
67f25adac0
commit
84126d8f95
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ Item {
|
|||
}
|
||||
|
||||
onHistoryResult : {
|
||||
if (result.status == 'success') {
|
||||
var txt = result.data.history.map(function(h) { return h.text; }).join("<hr>");
|
||||
if (result.status === 'success') {
|
||||
var txt = result.data.history.map(function (h) { return h.text; }).join("<hr>");
|
||||
transactionHistoryText.text = txt;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue