mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 03:53:37 +00:00
First full transaction list (again) and removed some google table references.
This commit is contained in:
@@ -8,13 +8,5 @@ $(function () {
|
||||
googleSankeyChart('chart/sankey/' + accountID + '/out', 'account-out-sankey');
|
||||
googleSankeyChart('chart/sankey/' + accountID + '/in', 'account-in-sankey');
|
||||
}
|
||||
if (typeof(googleTable) == 'function') {
|
||||
if (typeof accountID != 'undefined') {
|
||||
googleTable('table/account/' + accountID + '/transactions', 'account-transactions');
|
||||
}
|
||||
if (typeof what != 'undefined') {
|
||||
googleTable('table/accounts/' + what, 'account-list');
|
||||
}
|
||||
}
|
||||
|
||||
});
|
Reference in New Issue
Block a user