firefly-iii/public/js/categories.js

10 lines
257 B
JavaScript
Raw Normal View History

2015-02-22 09:19:32 -06:00
$(function () {
2015-03-04 02:42:47 -06:00
if (typeof categoryID !== 'undefined') {
googleColumnChart('chart/category/' + categoryID + '/overview', 'componentOverview');
googleColumnChart('chart/category/' + categoryID + '/period', 'periodOverview');
2015-02-22 09:19:32 -06:00
}
});