diff --git a/core/templates/ui/drilldown/drilldown.html b/core/templates/ui/drilldown/drilldown.html index 627e439..2b9ca95 100644 --- a/core/templates/ui/drilldown/drilldown.html +++ b/core/templates/ui/drilldown/drilldown.html @@ -101,7 +101,7 @@ var grid = document.getElementById("grid-stack-main").gridstack; grid.addWidget(contents.innerHTML); contents.outerHTML = ""; - grid.compact(); + //grid.compact(); // because we remove the element the JS runs in // so we need to run it again here // initTabs("{{ unique }}");