Explorar el Código

Fix items selector

Denis K hace 9 años
padre
commit
014a51fc4a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'),