mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 23:28:20 +00:00
All kinds of code cleanup, mostly to get some mess detection fixed.
This commit is contained in:
@@ -3,6 +3,5 @@ if (typeof(google) != 'undefined') {
|
||||
function drawChart() {
|
||||
googleColumnChart('chart/reports/income-expenses/' + year, 'income-expenses-chart');
|
||||
googleColumnChart('chart/reports/income-expenses-sum/' + year, 'income-expenses-sum-chart')
|
||||
googleStackedColumnChart('chart/reports/budgets/' + year, 'budgets');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user