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

7 lines
186 B
JavaScript
Raw Normal View History

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