Skip to content

Commit

Permalink
"MDL-23917, fixed js error in comment block"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsheng Cai committed Aug 25, 2010
1 parent 18fb4d7 commit d37e440
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion comment/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit d37e440

Please sign in to comment.