"MDL-23917, fixed js error in comment block"

This commit is contained in:
Dongsheng Cai 2010-08-25 06:05:02 +00:00
parent 18fb4d75f5
commit d37e440a7b

View File

@ -339,7 +339,9 @@ bodyContent: '<div class="comment-delete-confirm"><a href="#" id="confirmdelete-
// hide
container.setStyle('display', 'none');
img.src=M.util.image_url('t/collapsed', 'core');
ta.set('value','');
if (ta) {
ta.set('value','');
}
}
if (ta) {
//toggle_textarea.apply(ta, [false]);