Merge pull request #1100 from scottbedard/patch-2

Solves #1077
This commit is contained in:
Samuel Georges 2015-05-09 11:00:49 +10:00
commit c1de4f1fc4

View File

@ -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);
}(window.jQuery);