mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 21:53:08 -06:00
10 lines
228 B
JavaScript
10 lines
228 B
JavaScript
$(function () {
|
|
|
|
if (typeof categoryID !== 'undefined') {
|
|
googleColumnChart('chart/category/' + categoryID + '/all', 'all');
|
|
googleColumnChart('chart/category/' + categoryID + '/month', 'month');
|
|
}
|
|
|
|
|
|
|
|
}); |