mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
"MDL-13766, removed debug code"
This commit is contained in:
parent
a47ee516e9
commit
934291d6e6
@ -219,7 +219,6 @@ M.core_filepicker.init = function(Y, options) {
|
||||
var list = obj.list;
|
||||
scope.viewbar.set('disabled', false);
|
||||
scope.parse_repository_options(obj);
|
||||
console.info(node);
|
||||
for(k in list) {
|
||||
scope.build_tree(list[k], node);
|
||||
}
|
||||
@ -533,6 +532,7 @@ M.core_filepicker.init = function(Y, options) {
|
||||
layout.render();
|
||||
});
|
||||
});
|
||||
|
||||
this.mainui.setHeader('File Picker');
|
||||
this.mainui.setBody('<div id="layout-'+client_id+'"></div>');
|
||||
this.mainui.render();
|
||||
|
Loading…
x
Reference in New Issue
Block a user