mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
Fixed possible bug in partialUpdate
This commit is contained in:
parent
02cd3d633e
commit
32a89e13cd
1 changed files with 1 additions and 1 deletions
|
@ -2038,7 +2038,7 @@ function partialUpdate(src, tar, des) {
|
|||
console.log(removeElements[j].outerHTML);
|
||||
}
|
||||
if (removeElements[j])
|
||||
removeElements[j].remove();
|
||||
$(removeElements[j]).remove();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue