* fix UI of tree edit view.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user