Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Created July 12, 2018 17:32
Show Gist options
  • Save brianaohern/54a35c0bc3682e105f49fb8b920665c3 to your computer and use it in GitHub Desktop.
Save brianaohern/54a35c0bc3682e105f49fb8b920665c3 to your computer and use it in GitHub Desktop.
om.Html.append.after Example
document.addEventListener('om.Html.append.after', function(event) {
console.log('The ' + event.detail.Campaign.id + '-' + event.detail.Campaign.type + ' main container is now attached to the outer DOM.');
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment