mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Small optimalizations.
This commit is contained in:
		| @@ -4,10 +4,6 @@ if (typeof(google) != 'undefined') { | ||||
|         googleColumnChart('chart/reports/income-expenses/' + year, 'income-expenses-chart'); | ||||
|         googleColumnChart('chart/reports/income-expenses-sum/' + year, 'income-expenses-sum-chart') | ||||
|  | ||||
|         $.each($('.budgets'), function (i, v) { | ||||
|             var holder = $(v); | ||||
|             var id = holder.data('id'); | ||||
|             googleColumnChart('chart/budget/' + id + '/spending/' + year, 'budgets-' + id); | ||||
|         }); | ||||
|         googleStackedColumnChart('chart/budgets/spending/' + year, 'budgets'); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user