projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da964d2
)
"MDL-16697, remove debug code"
author
dongsheng
<dongsheng>
Sun, 16 Aug 2009 04:26:24 +0000
(
04:26
+0000)
committer
dongsheng
<dongsheng>
Sun, 16 Aug 2009 04:26:24 +0000
(
04:26
+0000)
lib/form/filepicker.js
patch
|
blob
|
history
diff --git
a/lib/form/filepicker.js
b/lib/form/filepicker.js
index 551b6a052bd1309b54e71ef64758b77b6a713b91..9f1ecda166d5742720243c96de066f52ca0c325b 100644
(file)
--- a/
lib/form/filepicker.js
+++ b/
lib/form/filepicker.js
@@
-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;
}