Skip to content

Commit d193d0b

Browse files
gezquinndesignmgol
authored andcommitted
Sortable: Remove reference to .disableSelection() from demos
`.disableSelection()` was deprecated in v1.9: http://api.jqueryui.com/disableSelection/ Closes gh-1856
1 parent 9c0d83f commit d193d0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demos/sortable/default.html

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<script src="../../external/requirejs/require.js"></script>
1515
<script src="../bootstrap.js" data-modules="disable-selection">
1616
$( "#sortable" ).sortable();
17-
$( "#sortable" ).disableSelection();
1817
</script>
1918
</head>
2019
<body>

0 commit comments

Comments
 (0)