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

10 lines
257 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') {
googleColumnChart('chart/category/' + categoryID + '/overview', 'componentOverview');
googleColumnChart('chart/category/' + categoryID + '/period', 'periodOverview');
2015-02-22 16:19:32 +01:00
}
});