Commit ea3d61ac079960ae08a2ce2543e78fb1f44ccaf6

Authored by Andrey Karpikov
1 parent 4ef92abd

check generate page url, add new type for template element

@@ -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
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.334" 2 + VERSION = "0.0.335"
3 end 3 end