mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Clean up code after changing routes.
This commit is contained in:
@@ -108,8 +108,7 @@ function clickCategoryChart(e) {
|
||||
var link = $(e.target);
|
||||
var categoryId = link.data('category');
|
||||
|
||||
// this url is different from the one below. this is something that must be fixed
|
||||
var URL = 'chart/category/' + categoryId + '/report-period/' + startDate + '/' + endDate + '/' + accountIds;
|
||||
var URL = 'chart/category/report-period/' + categoryId + '/' + accountIds + '/' + startDate + '/' + endDate;
|
||||
var container = 'category_chart';
|
||||
columnChart(URL, container);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user