From f1b0faf11b7714a042ae6db4d06b1831dc58cfd7 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 24 Jul 2019 09:35:40 +0800 Subject: [PATCH] * adjust sortable file. --- module/common/view/sortable.html.php | 1 - 1 file changed, 1 deletion(-) 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;