diff --git a/demos/sortable/connect-lists.html b/demos/sortable/connect-lists.html index 99ed330a3..e0f0c40f3 100644 --- a/demos/sortable/connect-lists.html +++ b/demos/sortable/connect-lists.html @@ -15,7 +15,7 @@ $(function() { $("#sortable1, #sortable2").sortable({ connectWith: ['.connectedSortable'] - }); + }).disableSelection(); });