mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Replace uri with url
This commit is contained in:
12
public/v1/js/ff/reports/default/year.js
vendored
12
public/v1/js/ff/reports/default/year.js
vendored
@@ -18,15 +18,13 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** global: budgetPeriodReportUri, categoryExpenseUri, categoryIncomeUri, netWorthUri, opChartUri */
|
||||
|
||||
$(function () {
|
||||
"use strict";
|
||||
lineChart(netWorthUri, 'net-worth');
|
||||
columnChartCustomColours(opChartUri, 'income-expenses-chart');
|
||||
lineChart(netWorthUrl, 'net-worth');
|
||||
columnChartCustomColours(opChartUrl, 'income-expenses-chart');
|
||||
|
||||
loadAjaxPartial('budgetPeriodReport', budgetPeriodReportUri);
|
||||
loadAjaxPartial('categoryExpense', categoryExpenseUri);
|
||||
loadAjaxPartial('categoryIncome', categoryIncomeUri);
|
||||
loadAjaxPartial('budgetPeriodReport', budgetPeriodReportUrl);
|
||||
loadAjaxPartial('categoryExpense', categoryExpenseUrl);
|
||||
loadAjaxPartial('categoryIncome', categoryIncomeUrl);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user