diff --git a/modules/backend/widgets/reportcontainer/assets/js/reportcontainer.js b/modules/backend/widgets/reportcontainer/assets/js/reportcontainer.js index 27dc3e9e9..17d06fbce 100644 --- a/modules/backend/widgets/reportcontainer/assets/js/reportcontainer.js +++ b/modules/backend/widgets/reportcontainer/assets/js/reportcontainer.js @@ -40,7 +40,7 @@ $(window).resize($.proxy(this.updateWidth, this)) this.updateWidth() - if (!Modernizr.touch) + if (!Modernizr.touch) this.$el.sortable({ vertical: false, handle: '.drag-handle', @@ -95,6 +95,7 @@ }) window.setTimeout(function(){ + self.updateWidth(); self.redraw(); }, 200) this.setSortOrders() @@ -183,4 +184,4 @@ $('[data-control="report-container"]').reportContainer() }) -}(window.jQuery); \ No newline at end of file +}(window.jQuery);