* format code.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
oldBoxID = newBoxID;
|
||||
if($(this).html() != $(this).next().html()) $(this).closest('.history-changes').before(diffButton);
|
||||
}
|
||||
})
|
||||
})
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<?php if(!empty($blockHistory)):?>
|
||||
<div class="panel-heading"><div class="panel-title">
|
||||
|
||||
@@ -25,7 +25,8 @@ $(document).ready(function()
|
||||
finish: function(e)
|
||||
{
|
||||
var orders = {};
|
||||
e.list.each(function(){
|
||||
e.list.each(function()
|
||||
{
|
||||
orders[$(this.item).data('id')] = this.order;
|
||||
});
|
||||
e.orders = orders;
|
||||
|
||||
Reference in New Issue
Block a user