aboutsummaryrefslogtreecommitdiffstats
path: root/demos/sortable/connect-lists.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/sortable/connect-lists.html')
-rw-r--r--demos/sortable/connect-lists.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/sortable/connect-lists.html b/demos/sortable/connect-lists.html
index 4461e7364..d1dc28366 100644
--- a/demos/sortable/connect-lists.html
+++ b/demos/sortable/connect-lists.html
@@ -24,7 +24,7 @@
}
</style>
<script src="../../external/requirejs/require.js"></script>
- <script src="../bootstrap.js">
+ <script src="../bootstrap.js" data-modules="disable-selection">
$( "#sortable1, #sortable2" ).sortable({
connectWith: ".connectedSortable"
}).disableSelection();