Skip to content

Commit

Permalink
Merge pull request #411 from colemanw/patch-1
Browse files Browse the repository at this point in the history
Add dom id to mosaico iframe
  • Loading branch information
eileenmcnaughton authored Dec 1, 2020
2 parents 8641e7f + a522ae2 commit 91cddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ang/crmMosaico/Iframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

this.render = function render() {
$iframe = $('<iframe frameborder="0" class="ui-front">');
$iframe = $('<iframe id="crm-mosaico" frameborder="0" class="ui-front">');
$('body').append($iframe);
onResize();
$(window).on('resize', onResize);
Expand Down

0 comments on commit 91cddfe

Please sign in to comment.