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

7 lines
120 B
JavaScript
Raw Normal View History

2015-06-27 12:04:53 +02:00
/* global comboChart, billID */
2015-02-25 15:19:14 +01:00
2015-06-28 12:41:58 +02:00
$(function () {
"use strict";
2016-12-06 06:52:17 +01:00
columnChart(billUri, 'bill-overview');
2015-06-28 12:41:58 +02:00
}
2015-02-25 15:19:14 +01:00
);