mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Replace uri with url
This commit is contained in:
10
public/v1/js/ff/reports/default/month.js
vendored
10
public/v1/js/ff/reports/default/month.js
vendored
@@ -18,14 +18,12 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** global: categoryReportUri, budgetReportUri, balanceReportUri, accountChartUri */
|
||||
|
||||
$(function () {
|
||||
"use strict";
|
||||
lineChart(accountChartUri, 'account-balances-chart');
|
||||
lineChart(accountChartUrl, 'account-balances-chart');
|
||||
|
||||
loadAjaxPartial('categoryReport', categoryReportUri);
|
||||
loadAjaxPartial('budgetReport', budgetReportUri);
|
||||
loadAjaxPartial('balanceReport', balanceReportUri);
|
||||
loadAjaxPartial('categoryReport', categoryReportUrl);
|
||||
loadAjaxPartial('budgetReport', budgetReportUrl);
|
||||
loadAjaxPartial('balanceReport', balanceReportUrl);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user