MDL-13766, fixed treeview

This commit is contained in:
Dongsheng Cai 2010-07-06 05:26:25 +00:00
parent e641b5f309
commit 203bbcbe79

View File

@ -203,6 +203,7 @@ M.core_filepicker.init = function(Y, options) {
thumbnail:node.thumbnail,
path:node.path?node.path:[]
};
var tmpNode = new YAHOO.widget.TextNode(info, level, false);
if(node.repo_id) {
tmpNode.repo_id=node.repo_id;
}else{