mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 15:05:29 +00:00
Fixing routes
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
$(function () {
|
||||
"use strict";
|
||||
if (typeof(columnChart) === 'function' && typeof(billID) !== 'undefined') {
|
||||
columnChart('chart/bill/' + billID, 'bill-overview');
|
||||
}
|
||||
columnChart(billUri, 'bill-overview');
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user