MDL-15405: Add missing quote in javascript code

This commit is contained in:
scyrma 2008-08-27 08:36:01 +00:00
parent 6311eb61e4
commit ec21543a9f

View File

@ -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;