* fix bug #13891.
This commit is contained in:
@@ -253,7 +253,10 @@ $(function()
|
||||
var item = $li.data();
|
||||
orders['orders[' + item.id + ']'] = $li.attr('data-order') || item.order;
|
||||
});
|
||||
$.post('<?php echo $this->createLink('tree', 'updateOrder', "rootID=$rootID&viewType=$viewType");?>', orders).error(function()
|
||||
$.post('<?php echo $this->createLink('tree', 'updateOrder', "rootID=$rootID&viewType=$viewType");?>', orders, function(data)
|
||||
{
|
||||
$('.main-col').load(location.href + ' .main-col .panel');
|
||||
}).error(function()
|
||||
{
|
||||
bootbox.alert(lang.timeout);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user