mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix debug code [skip ci]
This commit is contained in:
parent
f4c56fee66
commit
6075d75ee2
@ -186,5 +186,5 @@ function drawAChart(URI, container, chartType, options, colorData) {
|
|||||||
console.log('Failed to draw ' + chartType + ' in container ' + container);
|
console.log('Failed to draw ' + chartType + ' in container ' + container);
|
||||||
$('#' + container).addClass('general-chart-error');
|
$('#' + container).addClass('general-chart-error');
|
||||||
});
|
});
|
||||||
console.log('URL for ' + chartType + ' chart : ' + URL);
|
console.log('URL for ' + chartType + ' chart : ' + URI);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user