Sortable: Remove reference to .disableSelection() from demos

`.disableSelection()` was deprecated in v1.9:
http://api.jqueryui.com/disableSelection/

Closes gh-1856
This commit is contained in:
Gez Quinn 2019-12-09 20:13:03 +00:00 committed by Michał Gołębiowski-Owczarek
parent 9c0d83f2e5
commit d193d0ba85

View File

@ -14,7 +14,6 @@
<script src="../../external/requirejs/require.js"></script>
<script src="../bootstrap.js" data-modules="disable-selection">
$( "#sortable" ).sortable();
$( "#sortable" ).disableSelection();
</script>
</head>
<body>