mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 08:59:32 +00:00
Some changes in the charts and range thing.
This commit is contained in:
@@ -13,7 +13,7 @@ function drawAccountChart() {
|
||||
var accountID = obj.data('id').toString();
|
||||
var holderID = $(v).attr('id').toString();
|
||||
console.log('AccountID: ' + accountID + ', ' + 'holderID ' + holderID);
|
||||
var URL = 'chart/home/' + accountID;
|
||||
var URL = 'chart/home/account/' + accountID;
|
||||
console.log('URL: ' + URL);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user