* adjust sortable file.
This commit is contained in:
@@ -26,7 +26,6 @@ $(document).ready(function()
|
||||
{
|
||||
var orders = {};
|
||||
e.list.each(function(){
|
||||
var $this = $(this);
|
||||
orders[$(this.item).data('id')] = this.order;
|
||||
});
|
||||
e.orders = orders;
|
||||
|
||||
Reference in New Issue
Block a user