firefly-iii/public/js/accounts.js

7 lines
186 B
JavaScript
Raw Normal View History

2015-02-21 05:16:41 -06:00
$(function () {
2015-03-02 13:05:28 -06:00
if (typeof(googleLineChart) === "function" && typeof accountID !== 'undefined') {
googleLineChart('chart/account/' + accountID, 'overview-chart');
2015-02-21 05:16:41 -06:00
}
});