firefly-iii/public/js/bills.js
2015-05-16 09:57:31 +02:00

7 lines
211 B
JavaScript

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