Skip to content

Instantly share code, notes, and snippets.

@jtsternberg
Created November 15, 2018 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtsternberg/30501ae34a0678cdaaf8c9f96f3f4ecc to your computer and use it in GitHub Desktop.
Save jtsternberg/30501ae34a0678cdaaf8c9f96f3f4ecc to your computer and use it in GitHub Desktop.
Runs when the campaign form HTML has been appended to the DOM and just before updating any countdown elements in the campaign.
document.addEventListener('om.Countdown.init', function(event) {
console.log(event.detail.Countdown);
console.log(event.detail.Campaign);
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment