mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
New code for bills.
This commit is contained in:
7
public/js/bills.js
Normal file
7
public/js/bills.js
Normal file
@@ -0,0 +1,7 @@
|
||||
$(document).ready(function () {
|
||||
|
||||
if (typeof(googleComboChart) === 'function' && typeof(billID) !== 'undefined') {
|
||||
googleComboChart('chart/bills/' + billID, 'bill-overview');
|
||||
}
|
||||
}
|
||||
);
|
||||
7
public/js/bootstrap-tagsinput.min.js
vendored
Executable file
7
public/js/bootstrap-tagsinput.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user