mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
$(function () {
|
|
"use strict";
|
|
columnChart(all, 'all');
|
|
columnChart(current, 'period');
|
|
}); |