Because the "options" parameter is used nowhere I've removed it to be used for something else.

This commit is contained in:
James Cole
2016-01-29 13:25:04 +01:00
parent 5f9cb61160
commit 3d82afd4e6
2 changed files with 7 additions and 25 deletions

View File

@@ -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');
}
}
);