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:
8
public/v1/js/ff/transactions/index.js
vendored
8
public/v1/js/ff/transactions/index.js
vendored
@@ -21,9 +21,9 @@
|
||||
$(function () {
|
||||
"use strict";
|
||||
if (!showAll) {
|
||||
multiCurrencyPieChart(categoryChartUri, 'category_chart');
|
||||
multiCurrencyPieChart(budgetChartUri, 'budget_chart');
|
||||
multiCurrencyPieChart(destinationChartUri, 'destination_chart');
|
||||
multiCurrencyPieChart(sourceChartUri, 'source_chart');
|
||||
multiCurrencyPieChart(categoryChartUrl, 'category_chart');
|
||||
multiCurrencyPieChart(budgetChartUrl, 'budget_chart');
|
||||
multiCurrencyPieChart(destinationChartUrl, 'destination_chart');
|
||||
multiCurrencyPieChart(sourceChartUrl, 'source_chart');
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user