Files
firefly-iii/public/js/categories.js

10 lines
228 B
JavaScript
Raw Normal View History

2015-02-22 16:19:32 +01:00
$(function () {
2015-03-04 09:42:47 +01:00
if (typeof categoryID !== 'undefined') {
2015-05-16 09:57:31 +02:00
googleColumnChart('chart/category/' + categoryID + '/all', 'all');
googleColumnChart('chart/category/' + categoryID + '/month', 'month');
2015-02-22 16:19:32 +01:00
}
});