Skip to content

Commit

Permalink
Merge pull request mleibman#494 from atesgoral/master
Browse files Browse the repository at this point in the history
Improve jQuery UI Sortable fix
mleibman committed Dec 5, 2012
2 parents 9d00e52 + f2bf839 commit b51762e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions slick.grid.js
Original file line number Diff line number Diff line change
@@ -652,9 +652,7 @@ if (typeof Slick === "undefined") {
}

function setupColumnReorder() {
// force init jquery ui sortable +1.9
$headers.sortable();
$headers.sortable("destroy");
$headers.filter(":ui-sortable").sortable("destroy");
$headers.sortable({
containment: "parent",
axis: "x",

0 comments on commit b51762e

Please sign in to comment.