Files
firefly-iii/public/js/ff/budgets/show.js

7 lines
91 B
JavaScript
Raw Normal View History

2015-05-24 22:54:59 +02:00
$(function () {
2015-05-24 18:22:41 +02:00
"use strict";
2015-05-24 20:48:31 +02:00
2016-12-06 07:06:20 +01:00
columnChart(budgetChartUri, 'budgetOverview');
2015-02-22 09:46:21 +01:00
2015-05-24 22:54:59 +02:00
});