aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/sortable.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/draggable/sortable.html')
-rw-r--r--demos/draggable/sortable.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/draggable/sortable.html b/demos/draggable/sortable.html
index 01bc8ff9e..119bcc8be 100644
--- a/demos/draggable/sortable.html
+++ b/demos/draggable/sortable.html
@@ -21,7 +21,8 @@
connectToSortable: '#sortable',
helper: 'clone',
revert: 'invalid'
- });
+ })
+ $("ul, li").disableSelection();
});
</script>
</head>