mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-19 04:49:30 +00:00
Code for #1214
This commit is contained in:
6
public/js/ff/index.js
vendored
6
public/js/ff/index.js
vendored
@@ -29,11 +29,7 @@ $(function () {
|
||||
|
||||
function drawChart() {
|
||||
"use strict";
|
||||
if (today >= 0) {
|
||||
lineChartWithDay(accountFrontpageUri, 'accounts-chart', today);
|
||||
} else {
|
||||
lineChart(accountFrontpageUri, 'accounts-chart');
|
||||
}
|
||||
lineChart(accountFrontpageUri, 'accounts-chart');
|
||||
|
||||
if (billCount > 0) {
|
||||
pieChart('chart/bill/frontpage', 'bills-chart');
|
||||
|
||||
Reference in New Issue
Block a user