mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Prepare cleanHtml() for new feature
This commit is contained in:
parent
4d2cd82d95
commit
aae3072209
2 changed files with 5 additions and 3 deletions
|
|
@ -276,7 +276,7 @@ populateMessageBody = (oMessage, popup) => {
|
|||
MessageUserStore.error('');
|
||||
const messagesDom = MessageUserStore.bodiesDom();
|
||||
if (messagesDom) {
|
||||
let id = 'rl-msg-' + oMessage.hash.replace(/[^a-zA-Z0-9]/g, ''),
|
||||
let id = 'rl-msg-' + oMessage.hash,
|
||||
body = elementById(id);
|
||||
if (body) {
|
||||
oMessage.body = body;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue