* update zui.sortable.js.

This commit is contained in:
Catouse
2015-05-08 15:24:19 +08:00
parent b095d6e8cf
commit c453cb940f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ $(document).ready(function()
var $tbody = $(this);
$tbody.sortable(
{
reverse: true,
selector: 'tr',
dragCssClass: 'drag-row',
trigger: $tbody.find('.sort-handler').length ? '.sort-handler' : null,