From 6075d75ee201160c4eab859ffdcdd71f4632684a Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 21 Nov 2016 20:15:59 +0100 Subject: [PATCH] Fix debug code [skip ci] --- public/js/ff/charts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/ff/charts.js b/public/js/ff/charts.js index ad0576fa1a..d0a928ca2b 100644 --- a/public/js/ff/charts.js +++ b/public/js/ff/charts.js @@ -186,5 +186,5 @@ function drawAChart(URI, container, chartType, options, colorData) { console.log('Failed to draw ' + chartType + ' in container ' + container); $('#' + container).addClass('general-chart-error'); }); - console.log('URL for ' + chartType + ' chart : ' + URL); + console.log('URL for ' + chartType + ' chart : ' + URI); }