Files
firefly-iii/public/js/ff/bills/show.js
2016-12-06 06:52:17 +01:00

7 lines
120 B
JavaScript

/* global comboChart, billID */
$(function () {
"use strict";
columnChart(billUri, 'bill-overview');
}
);