From 79c49094e26c7b81ce0fbc18224c02210a077af3 Mon Sep 17 00:00:00 2001 From: Ryan Cross Date: Sat, 31 Oct 2015 09:47:12 +0000 Subject: [PATCH] Fixes Ticket #1834. Sorting slides difficult when there are only two of them. Commit ready for merge - Legacy-Id: 10349 --- ietf/secr/static/secr/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/secr/static/secr/js/utils.js b/ietf/secr/static/secr/js/utils.js index 8be94c45d..c5efed873 100644 --- a/ietf/secr/static/secr/js/utils.js +++ b/ietf/secr/static/secr/js/utils.js @@ -127,7 +127,7 @@ function init_proceedings_upload() { // handle slide sorting $('#slides.sortable tbody').sortable({ axis:'y', - containment:'parent', + //containment:'parent', update: function(event, ui){ var data = $(this).sortable("toArray"); var element_id = ui.item.attr("id");