mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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 : {
|
onHistoryResult : {
|
||||||
if (result.status == 'success') {
|
if (result.status === 'success') {
|
||||||
var txt = result.data.history.map(function(h) { return h.text; }).join("<hr>");
|
var txt = result.data.history.map(function (h) { return h.text; }).join("<hr>");
|
||||||
transactionHistoryText.text = txt;
|
transactionHistoryText.text = txt;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue