mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
"MDL-16697, remove debug code"
This commit is contained in:
parent
da964d222b
commit
d5a772f5dc
@ -3,7 +3,6 @@ function filepicker_callback(params) {
|
||||
// TODO: support delete the draft file
|
||||
//html += '<a href="###" onclick=\'rm_file("'+params['id']+'", "'+params['file']+'", this)\'>Delete</a>';
|
||||
html += '</div>';
|
||||
alert(html);
|
||||
document.getElementById('file_info_'+params['client_id']).innerHTML = html;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user