firefly-iii/public/js/bills.js
2015-02-25 15:19:14 +01:00

7 lines
212 B
JavaScript

$(document).ready(function () {
if (typeof(googleComboChart) === 'function' && typeof(billID) !== 'undefined') {
googleComboChart('chart/bills/' + billID, 'bill-overview');
}
}
);