mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Some new code.
This commit is contained in:
7
public/js/accounts.js
Normal file
7
public/js/accounts.js
Normal file
@@ -0,0 +1,7 @@
|
||||
$(function () {
|
||||
|
||||
if (typeof(googleLineChart) === "function" && typeof accountID !== 'undefined' && typeof view !== 'undefined') {
|
||||
googleLineChart('chart/account/' + accountID + '/' + view, 'overview-chart');
|
||||
}
|
||||
|
||||
});
|
Reference in New Issue
Block a user