Skip to content

Commit 79c4909

Browse files
committed
Fixes Ticket ietf-tools#1834. Sorting slides difficult when there are only two of them. Commit ready for merge
- Legacy-Id: 10349
1 parent 8c82fef commit 79c4909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/secr/static/secr/js/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function init_proceedings_upload() {
127127
// handle slide sorting
128128
$('#slides.sortable tbody').sortable({
129129
axis:'y',
130-
containment:'parent',
130+
//containment:'parent',
131131
update: function(event, ui){
132132
var data = $(this).sortable("toArray");
133133
var element_id = ui.item.attr("id");

0 commit comments

Comments
 (0)