mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
"MDL-23917, fixed js error in comment block"
This commit is contained in:
parent
18fb4d75f5
commit
d37e440a7b
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user