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

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