mirror of
https://github.com/moodle/moodle.git
synced 2025-05-03 14:58:42 +02:00
MDL-13766, fixed treeview
This commit is contained in:
parent
e641b5f309
commit
203bbcbe79
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user