"MDL-16697, remove debug code"
authordongsheng <dongsheng>
Sun, 16 Aug 2009 04:26:24 +0000 (04:26 +0000)
committerdongsheng <dongsheng>
Sun, 16 Aug 2009 04:26:24 +0000 (04:26 +0000)
lib/form/filepicker.js

index 551b6a052bd1309b54e71ef64758b77b6a713b91..9f1ecda166d5742720243c96de066f52ca0c325b 100644 (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;
 }