mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-32639 files: Improved File Manager download and zip support
This commit is contained in:
parent
697ade2850
commit
638d72cd0b
6 changed files with 46 additions and 26 deletions
|
@ -220,9 +220,9 @@ M.form_filemanager.init = function(Y, options) {
|
|||
params: {'filepath':filepath},
|
||||
callback: function(id, obj, args) {
|
||||
scope.filecount = obj.filecount;
|
||||
scope.check_buttons();
|
||||
scope.options = obj;
|
||||
scope.lazyloading = {};
|
||||
scope.check_buttons();
|
||||
scope.render(obj);
|
||||
}
|
||||
}, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue