mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 03:42:54 +00:00
Because the "options" parameter is used nowhere I've removed it to be used for something else.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
$(function () {
|
||||
"use strict";
|
||||
if (typeof(comboChart) === 'function' && typeof(billID) !== 'undefined') {
|
||||
comboChart('chart/bill/' + billID, 'bill-overview');
|
||||
if (typeof(columnChart) === 'function' && typeof(billID) !== 'undefined') {
|
||||
columnChart('chart/bill/' + billID, 'bill-overview');
|
||||
}
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user