diff --git a/controllets/select-visualization-controllet/select-datalet-inputs.html b/controllets/select-visualization-controllet/select-datalet-inputs.html index ebca698..19b1cba 100644 --- a/controllets/select-visualization-controllet/select-datalet-inputs.html +++ b/controllets/select-visualization-controllet/select-datalet-inputs.html @@ -247,6 +247,8 @@ this.fireReady(); }, 0); } + else + this.fireReady(); }, getSelectedFields : function () { diff --git a/controllets/select-visualization-controllet/select-datalet-inputs_series.html b/controllets/select-visualization-controllet/select-datalet-inputs_series.html index fceeec0..ab4e8e1 100644 --- a/controllets/select-visualization-controllet/select-datalet-inputs_series.html +++ b/controllets/select-visualization-controllet/select-datalet-inputs_series.html @@ -235,6 +235,8 @@ this.fireReady(); }, 0); } + else + this.fireReady(); }, getSelectedFields : function () {