mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Multi currency net worth box.
This commit is contained in:
2
public/js/ff/index.js
vendored
2
public/js/ff/index.js
vendored
@@ -67,7 +67,7 @@ function getPiggyBanks() {
|
||||
function getNetWorthBox() {
|
||||
// box-net-worth
|
||||
$.getJSON('json/box/net-worth').done(function (data) {
|
||||
$('#box-net-worth').html(data.net_worth);
|
||||
$('#box-net-worth').html(data.net_worths.join(', '));
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user