mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-13766, mulit-filepicker in htmleditor worked.
This commit is contained in:
parent
77a2e1461b
commit
765943edc6
4 changed files with 9 additions and 5 deletions
|
@ -663,7 +663,7 @@ function get_repository_client(){
|
|||
_client.download = function(){
|
||||
var title = document.getElementById('newname-$suffix').value;
|
||||
var file = document.getElementById('fileurl-$suffix').value;
|
||||
var itemid = 0;
|
||||
var itemid = 1;
|
||||
if(_client.itemid){
|
||||
itemid = _client.itemid;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue