clear column container when refreshing

This commit is contained in:
rjoly 2016-01-28 11:27:47 +01:00
parent 554a135e13
commit 303e196651

View File

@ -478,8 +478,8 @@
}, },
remove: function(table, c, wo, refreshing) { remove: function(table, c, wo, refreshing) {
var csel = c.selector; var csel = c.selector;
if ( refreshing || !csel ) { return; }
csel.$container.empty(); csel.$container.empty();
if ( refreshing || !csel ) { return; }
if (csel.$popup) { csel.$popup.empty(); } if (csel.$popup) { csel.$popup.empty(); }
csel.$style.remove(); csel.$style.remove();
csel.$breakpoints.remove(); csel.$breakpoints.remove();