* fix UI of tree edit view.

This commit is contained in:
Catouse
2016-04-27 16:32:03 +08:00
parent c281641e65
commit 281173aefe
4 changed files with 69 additions and 15 deletions
+1
View File
@@ -104,6 +104,7 @@ $(function()
var data = $.parseJSON('<?php echo json_encode($tree);?>');
var $tree = $('#modulesTree').tree(
{
name: 'tree-project-edit',
initialState: 'preserve',
data: data,
itemCreator: function($li, item)