mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-02 19:11:51 +00:00
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
|
|
$(function () {
|
||
|
|
"use strict";
|
||
|
|
columnChart(specific, 'period-specific-period');
|
||
|
|
});
|