mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Implemented a forgotten chart.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/* global comboChart, billID */
|
||||
|
||||
$(document).ready(function () {
|
||||
"use strict";
|
||||
if (typeof(comboChart) === 'function' && typeof(billID) !== 'undefined') {
|
||||
comboChart('chart/bill/' + billID, 'bill-overview');
|
||||
}
|
||||
}
|
||||
$(function () {
|
||||
"use strict";
|
||||
if (typeof(comboChart) === 'function' && typeof(billID) !== 'undefined') {
|
||||
comboChart('chart/bill/' + billID, 'bill-overview');
|
||||
}
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user