Multi year report move to AJAX.

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-11-02 20:08:11 +01:00
parent 2ddd4314f1
commit e24f5ec9f3
15 changed files with 267 additions and 272 deletions

View File

@@ -1,13 +1,13 @@
/* globals google, startDate ,reportURL, endDate , reportType ,accountIds , picker:true, minDate, year, month, columnChart, lineChart, stackedColumnChart */
/* globals budgetMultiUrl, accountIds */
$(function () {
"use strict";
drawChart();
loadAjaxPartial('budgetMultiYear', budgetMultiUrl);
});
function drawChart() {
"use strict";