Browse Source

fixes issue #1243

fixes issue #1243
"cannot drag elements in Cordova iOS app"
https://github.com/RubaXa/Sortable/issues/1243
pull/1248/head
ddett 7 years ago
parent
commit
826d66aa5f
  1. 8
      README.md

8
README.md

@ -561,12 +561,12 @@ Link to the active instance.
### CDN ### CDN
```html ```html
<!-- jsDelivr :: Sortable (http://www.jsdelivr.com/package/npm/sortablejs) --> <!-- jsDelivr :: Sortable (https://www.jsdelivr.com/package/npm/sortablejs) -->
<script src="//cdn.jsdelivr.net/npm/sortablejs@1.6.1/Sortable.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/sortablejs@1.6.1/Sortable.min.js"></script>
<!-- jsDelivr :: Sortable :: Latest (http://www.jsdelivr.com/package/npm/sortablejs) --> <!-- jsDelivr :: Sortable :: Latest (https://www.jsdelivr.com/package/npm/sortablejs) -->
<script src="//cdn.jsdelivr.net/npm/sortablejs@latest/Sortable.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/sortablejs@latest/Sortable.min.js"></script>
``` ```

Loading…
Cancel
Save