diff options
author | Gez Quinn <holla@gezquinn.design> | 2019-12-09 20:13:03 +0000 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-12-09 21:13:03 +0100 |
commit | d193d0ba8532206763b666bcc62665b357aef021 (patch) | |
tree | 70b3674275d90aea2e47cfabafd542de76fee33e /demos | |
parent | 9c0d83f2e55f6b33e650f8dcd6b53866601695fd (diff) | |
download | jquery-ui-d193d0ba8532206763b666bcc62665b357aef021.tar.gz jquery-ui-d193d0ba8532206763b666bcc62665b357aef021.zip |
Sortable: Remove reference to .disableSelection() from demos
`.disableSelection()` was deprecated in v1.9:
http://api.jqueryui.com/disableSelection/
Closes gh-1856
Diffstat (limited to 'demos')
-rw-r--r-- | demos/sortable/default.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/sortable/default.html b/demos/sortable/default.html index f37a23c44..b3ce9860d 100644 --- a/demos/sortable/default.html +++ b/demos/sortable/default.html @@ -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> |