firefly-iii/public/js/bills.js

7 lines
212 B
JavaScript
Raw Normal View History

2015-02-25 08:19:14 -06:00
$(document).ready(function () {
if (typeof(googleComboChart) === 'function' && typeof(billID) !== 'undefined') {
googleComboChart('chart/bills/' + billID, 'bill-overview');
}
}
);