mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-10 07:25:50 -06:00
Some JS cleanup.
This commit is contained in:
parent
860a0f790e
commit
42799b9273
@ -110,9 +110,8 @@ function updateIncome() {
|
||||
|
||||
function updateRanges() {
|
||||
"use strict";
|
||||
/**
|
||||
* Update all ranges.
|
||||
*/
|
||||
|
||||
|
||||
var sum = 0;
|
||||
$('input[type="range"]').each(function (i, v) {
|
||||
// get some values:
|
||||
|
@ -3,6 +3,7 @@ google.setOnLoadCallback(drawChart);
|
||||
|
||||
|
||||
function drawChart() {
|
||||
"use strict";
|
||||
googleLineChart('chart/account/frontpage', 'accounts-chart');
|
||||
googlePieChart('chart/bill/frontpage', 'bills-chart');
|
||||
googleStackedColumnChart('chart/budget/frontpage', 'budgets-chart');
|
||||
|
Loading…
Reference in New Issue
Block a user