firefly-iii/public/js/categories.js
2015-05-16 09:57:31 +02:00

10 lines
228 B
JavaScript

$(function () {
if (typeof categoryID !== 'undefined') {
googleColumnChart('chart/category/' + categoryID + '/all', 'all');
googleColumnChart('chart/category/' + categoryID + '/month', 'month');
}
});