mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-15405: Add missing quote in javascript code
This commit is contained in:
parent
6311eb61e4
commit
ec21543a9f
@ -73,7 +73,7 @@ function callpicker_$suffix(){
|
||||
picker.id = 'file-picker-$suffix';
|
||||
document.body.appendChild(picker);
|
||||
var el=document.getElementById('${id}_${suffix}');
|
||||
openpicker_$suffix({"env":"form", 'target':el, 'callback':updatefile_$suffix, 'filearea':${filearea}})
|
||||
openpicker_$suffix({"env":"form", 'target':el, 'callback':updatefile_$suffix, 'filearea':"${filearea}"})
|
||||
}
|
||||
</script>
|
||||
EOD;
|
||||
|
Loading…
x
Reference in New Issue
Block a user