Balance is refreshed after a (de)validation
This commit is contained in:
parent
cc5185b3ed
commit
05fb50965b
1 changed files with 4 additions and 1 deletions
|
|
@ -211,7 +211,10 @@
|
||||||
"resourcetype": "TemplateTransaction",
|
"resourcetype": "TemplateTransaction",
|
||||||
valid: !validated
|
valid: !validated
|
||||||
},
|
},
|
||||||
success: refreshHistory
|
success: function() {
|
||||||
|
refreshHistory();
|
||||||
|
refreshBalance();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue