Commit ea3d61ac079960ae08a2ce2543e78fb1f44ccaf6
1 parent
4ef92abd
check generate page url, add new type for template element
Showing
2 changed files
with
3 additions
and
1 deletions
| @@ -2198,6 +2198,8 @@ jQuery(document).ready(function(){ | @@ -2198,6 +2198,8 @@ jQuery(document).ready(function(){ | ||
| 2198 | console.log($wrapper.nestable('serialize')); | 2198 | console.log($wrapper.nestable('serialize')); |
| 2199 | }); // activate Nestable for list 2 | 2199 | }); // activate Nestable for list 2 |
| 2200 | 2200 | ||
| 2201 | + $wrapper.nestable('collapseAll'); | ||
| 2202 | + | ||
| 2201 | }); | 2203 | }); |
| 2202 | 2204 | ||
| 2203 | 2205 |