mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 02:18:20 +00:00
Added shiny new loading styles. [skip ci]
This commit is contained in:
@@ -244,8 +244,7 @@ function drawAChart(URI, container, chartType, options, colorData) {
|
||||
|
||||
|
||||
$.getJSON(URI).done(function (data) {
|
||||
|
||||
|
||||
$('#' + container).removeClass('general-chart-error');
|
||||
if (data.labels.length === 0) {
|
||||
// remove the chart container + parent
|
||||
var holder = $('#' + container).parent().parent();
|
||||
|
Reference in New Issue
Block a user