* remove fixedTheadOfList and fixedTfootAction.
This commit is contained in:
@@ -6,6 +6,4 @@ $(function()
|
||||
for(i = 0; i < data.list.length; i++) list += $(data.list[i]).attr('data-id') + ',';
|
||||
$.post(createLink('product', 'updateOrder'), {'products' : list, 'orderBy' : orderBy});
|
||||
});
|
||||
fixedTfootAction('#productsForm');
|
||||
fixedTheadOfList('#productList');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user