firefly-iii/public/js/accounts.js
2015-03-02 20:05:28 +01:00

7 lines
186 B
JavaScript

$(function () {
if (typeof(googleLineChart) === "function" && typeof accountID !== 'undefined') {
googleLineChart('chart/account/' + accountID, 'overview-chart');
}
});