mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Code cleanup.
This commit is contained in:
2
public/js/ff/index.js
vendored
2
public/js/ff/index.js
vendored
@@ -29,7 +29,7 @@ $(function () {
|
||||
|
||||
function drawChart() {
|
||||
"use strict";
|
||||
if(today >= 0) {
|
||||
if (today >= 0) {
|
||||
lineChartWithDay(accountFrontpageUri, 'accounts-chart', today);
|
||||
} else {
|
||||
lineChart(accountFrontpageUri, 'accounts-chart');
|
||||
|
||||
Reference in New Issue
Block a user