Skip to content

Commit 5a4675d

Browse files
author
Matt Parnell
committed
fix demo link
1 parent 8103511 commit 5a4675d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## What's new in version 2.0
88

9-
The biggest change is that your nested list can now behave as a tree with expand/collapse funcionality. Simply set `isTree` to **true** in the options and you are good to go! Check the [demo](http://htmlpreview.github.io/?https://raw.githubusercontent.com/ilikenwf/nestedSortable/2.0alpha/example.html) out to see what can be done with nestedSortable and a little CSS. (Note that all **nestedSortable** does is to assign/remove classes on the fly)
9+
The biggest change is that your nested list can now behave as a tree with expand/collapse funcionality. Simply set `isTree` to **true** in the options and you are good to go! Check the [demo](http://ilikenwf.github.io/example.html) out to see what can be done with nestedSortable and a little CSS. (Note that all **nestedSortable** does is to assign/remove classes on the fly)
1010
Also:
1111
- **isAllowed** function finally works as expected, see the docs below
1212
- Fixed: a small bug in the **protectRoot** function
@@ -55,7 +55,7 @@ Please note: every `<li>` must have either one or two direct children, the first
5555

5656
Also, the default list type is `<ol>`.
5757

58-
*This is the bare minimum to have a working nestedSortable. Check the [demo](http://htmlpreview.github.io/?https://raw.githubusercontent.com/ilikenwf/nestedSortable/2.0alpha/example.html) out to see what can be accomplished with a little more.*
58+
*This is the bare minimum to have a working nestedSortable. Check the [demo](http://ilikenwf.github.io/example.html) out to see what can be accomplished with a little more.*
5959

6060
## Custom Options
6161

0 commit comments

Comments
 (0)