Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Created July 11, 2018 20:24
Show Gist options
  • Save brianaohern/08dc51b9089cac371c4280f7d99b79fa to your computer and use it in GitHub Desktop.
Save brianaohern/08dc51b9089cac371c4280f7d99b79fa to your computer and use it in GitHub Desktop.
om.Optin.init
document.addEventListener('om.Optin.init', function(event) {
// This event is passed the Campaign object
console.log(event.detail.Campaign);
// This event is passed the Optin object
console.log(event.detail.Optin);
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment