New code for bills.

This commit is contained in:
James Cole
2015-02-25 15:19:14 +01:00
parent d83b508bbc
commit d36b2318fd
23 changed files with 1255 additions and 63 deletions

7
public/js/bills.js Normal file
View 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

File diff suppressed because one or more lines are too long