diff --git a/module/common/view/sortable.html.php b/module/common/view/sortable.html.php index 51e881a040..308e388123 100644 --- a/module/common/view/sortable.html.php +++ b/module/common/view/sortable.html.php @@ -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;