[+] BO : Add "tree-selected" class to tree.js
This commit is contained in:
@@ -24,6 +24,7 @@ Tree.prototype =
|
||||
.addClass("icon-folder-open");
|
||||
|
||||
$(this).parent().children("ul.tree").toggle(300);
|
||||
$(this).parent().addClass('tree-selected');
|
||||
}
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user