"MDL-16697, remove debug code"

This commit is contained in:
dongsheng 2009-08-16 04:26:24 +00:00
parent da964d222b
commit d5a772f5dc

View File

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