mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 18:58:07 +00:00
Various code cleanup.
This commit is contained in:
@@ -13,10 +13,7 @@
|
||||
$(function () {
|
||||
"use strict";
|
||||
|
||||
console.log('Getting charts');
|
||||
columnChart(everything, 'category-everything');
|
||||
|
||||
console.log('Specific: ' + specific);
|
||||
columnChart(specific, 'specific-period');
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user