Skip to content

Commit

Permalink
Merged in [10349] from rcross@amsl.com:
Browse files Browse the repository at this point in the history
    Fixes Ticket #1834.  Sorting slides difficult when there are only two of them.
 - Legacy-Id: 10367
Note: SVN reference [10349] has been migrated to Git commit 79c4909
  • Loading branch information
levkowetz committed Nov 2, 2015
2 parents 4a87000 + 79c4909 commit 5e7a896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/secr/static/secr/js/utils.js
Expand Up @@ -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");
Expand Down

0 comments on commit 5e7a896

Please sign in to comment.