* adjust sortable file.

This commit is contained in:
wangyidong
2019-07-24 09:35:40 +08:00
parent cdf0a7e6c5
commit f1b0faf11b
-1
View File
@@ -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;