Fix sorting.

This commit is contained in:
James Cole
2015-03-26 22:53:34 +01:00
parent 544ffca3a5
commit f80de12cb5
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ $(document).ready(function () {
//stop: stopSorting,
items: 'tr:not(.ignore)',
stop: sortStop,
handle: '.handle'
//revert: 'invalid'
}
).disableSelection();