Skip to content

Commit

Permalink
fix(template): update template.pug to allow popups in the html version
Browse files Browse the repository at this point in the history
  • Loading branch information
nahtnam committed Aug 18, 2024
1 parent e31cb77 commit e913394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.pug
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ html
input(type='radio', name='preview_email', checked)#tab-html
label(for='tab-html') HTML
.preview-email-tab
iframe(sandbox='', referrerpolicy='no-referrer', seamless='seamless', srcdoc=`<base target='_top'>${html}`)#html
iframe(sandbox='allow-popups', referrerpolicy='no-referrer', seamless='seamless', srcdoc=`<base target='_top'>${html}`)#html
if text
input(type='radio', name='preview_email', checked=!html)#tab-text
label(for='tab-text') Plain text
Expand Down

0 comments on commit e913394

Please sign in to comment.