diff options
Diffstat (limited to 'demos/sortable/connect-lists.html')
-rw-r--r-- | demos/sortable/connect-lists.html | 2 |
1 files changed, 1 insertions, 1 deletions
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(); }); </script> </head> |