2015-02-25 15:19:14 +01:00
|
|
|
$(document).ready(function () {
|
|
|
|
|
|
|
|
if (typeof(googleComboChart) === 'function' && typeof(billID) !== 'undefined') {
|
2015-05-16 09:57:31 +02:00
|
|
|
googleComboChart('chart/bill/' + billID, 'bill-overview');
|
2015-02-25 15:19:14 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
);
|