bug fix
This commit is contained in:
parent
3253f276f6
commit
54514eaa25
@ -324,6 +324,7 @@ function retrieveForm(arr) {
|
||||
case "TEXTAREA":
|
||||
if (e.parentElement != undefined) {
|
||||
if (e.parentElement.getElementsByClassName("pell-content")[0] != undefined) {
|
||||
e.innerHTML = arr[i].value;
|
||||
e = e.parentElement.getElementsByClassName("pell-content")[0];
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user