Some JS cleanup.

This commit is contained in:
James Cole 2015-05-24 20:48:31 +02:00
parent 860a0f790e
commit 42799b9273
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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');