mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
"MDL-13766, display file name after file downloaded"
This commit is contained in:
parent
dad4fadfb4
commit
a846af6fae
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ class MoodleQuickForm_filepicker extends HTML_QuickForm_button
|
|||
$filearea = $this->_filearea;
|
||||
$str .= <<<EOD
|
||||
<script type="text/javascript">
|
||||
function updatefile_$suffix(){
|
||||
document.getElementById('repo_info_$suffix').innerHTML = '$strsaved';
|
||||
function updatefile_$suffix(str){
|
||||
document.getElementById('repo_info_$suffix').innerHTML = str;
|
||||
}
|
||||
function callpicker_$suffix(){
|
||||
document.body.className += ' yui-skin-sam';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue