mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Building report from issue #386
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
/* globals google, accountIds, budgetPeriodReportUri */
|
||||
/* globals google, accountIds, budgetPeriodReportUri, categoryPeriodReportUri */
|
||||
|
||||
$(function () {
|
||||
"use strict";
|
||||
drawChart();
|
||||
|
||||
loadAjaxPartial('budgetPeriodReport', budgetPeriodReportUri);
|
||||
loadAjaxPartial('categoryPeriodReport', categoryPeriodReportUri);
|
||||
});
|
||||
|
||||
function drawChart() {
|
||||
|
||||
Reference in New Issue
Block a user