Update archive.js
Ups.
This commit is contained in:
parent
fa9a3de863
commit
9f191bd7da
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ router.get('/:campaign/:list/:subscription', passport.csrfProtection, (req, res,
|
||||||
}
|
}
|
||||||
|
|
||||||
let renderHtml = (html, renderTags) => {
|
let renderHtml = (html, renderTags) => {
|
||||||
|
campaign.editorName = campaign.editorName || 'summernote';
|
||||||
let sfx = '';
|
let sfx = '';
|
||||||
if (campaign.editorName !== 'summernote' && campaign.editorName !== 'codeeditor') {
|
if (campaign.editorName !== 'summernote' && campaign.editorName !== 'codeeditor') {
|
||||||
sfx = '-raw';
|
sfx = '-raw';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue