| @@ -77,9 +77,9 @@ | ||
| 77 | 77 | }); |
| 78 | 78 | |
| 79 | 79 | $( this.$el ).find( '.section-list-items ul' ).sortable({ |
| 80 | 80 | axis: 'y', |
| 81 | - connectWith: '.section-list-items ul', | |
| 81 | + //connectWith: '.section-list-items ul', | |
| 82 | 82 | handle: '.drag', |
| 83 | 83 | start: function( e, ui ) { |
| 84 | 84 | var id = parseInt( ui.item.attr( 'data-item-id' ) ); |
| 85 | 85 | |