mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-15 22:28:14 +00:00
Expanded on categories.
This commit is contained in:
@@ -1,18 +1,9 @@
|
||||
$(function () {
|
||||
|
||||
if (typeof googleTable == 'function') {
|
||||
googleTable('table/categories', 'category-list');
|
||||
if (typeof(componentID) != 'undefined') {
|
||||
googleTable('table/component/' + componentID + '/0/transactions','transactions');
|
||||
|
||||
if (typeof googleColumnChart == 'function') {
|
||||
googleColumnChart('chart/component/' + componentID + '/spending/' + year, 'componentOverview');
|
||||
}
|
||||
|
||||
}
|
||||
if (typeof componentID != 'undefined' && typeof repetitionID == 'undefined') {
|
||||
googleColumnChart('chart/component/' + componentID + '/spending/' + year, 'componentOverview');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user