Browse Source

Fix items selector

Denis K 9 years ago
parent
commit
014a51fc4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jet/static/adminsortable2/js/list-sortable.js

+ 1 - 1
jet/static/adminsortable2/js/list-sortable.js

@@ -32,7 +32,7 @@ jQuery(function($) {
 
 	$('#result_list').sortable({
         tolerance: 'pointer',
-		items: 'tr',
+		items: 'tbody tr',
         cursor: 'move',
         axis: 'y',
 		containment: $('#result_list tbody'),