[+] BO : Add "tree-selected" class to tree.js

This commit is contained in:
Jerome Nadaud
2013-09-09 12:10:26 +02:00
parent 302d5f94dd
commit b5f6e8a1d8
+1
View File
@@ -24,6 +24,7 @@ Tree.prototype =
.addClass("icon-folder-open");
$(this).parent().children("ul.tree").toggle(300);
$(this).parent().addClass('tree-selected');
}
);
},