Remove deprecated attribute from iframe
The allowtransparency attribute is needed only for IE8 and lower [MAILPOET-1704]
This commit is contained in:
@@ -23,7 +23,6 @@ const WelcomeWizardEmailCourseStep = props => (
|
||||
className="mailpoet_form_iframe"
|
||||
marginWidth="0"
|
||||
marginHeight="0"
|
||||
allowtransparency="true" // eslint-disable-line react/no-unknown-property
|
||||
/>
|
||||
</div>
|
||||
<button className="button button-primary" onClick={props.next}>{MailPoet.I18n.t('next')}</button>
|
||||
|
Reference in New Issue
Block a user