mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-03 12:45:20 +00:00
All code for issue #38.
This commit is contained in:
7
public/assets/javascript/firefly/bills.js
Normal file
7
public/assets/javascript/firefly/bills.js
Normal file
@@ -0,0 +1,7 @@
|
||||
$(document).ready(function () {
|
||||
|
||||
if (typeof(googleComboChart) == 'function' && typeof(billID) != 'undefined') {
|
||||
googleComboChart('chart/bills/' + billID, 'bill-overview');
|
||||
}
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user