Merge branch 'MDL-30641-master-1' of git://git.luns.net.uk/moodle

This commit is contained in:
Aparup Banerjee 2011-12-20 11:54:23 +08:00
commit 21be45b46d

View File

@ -317,9 +317,6 @@ M.core_filepicker.init = function(Y, options) {
build_tree: function(node, level) {
var client_id = this.options.client_id;
var dynload = this.active_repo.dynload;
if(node.children) {
node.title = '<i><u>'+node.title+'</u></i>';
}
var info = {
label:node.title,
//title:fp_lang.date+' '+node.date+fp_lang.size+' '+node.size,