Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Created July 12, 2018 14:07
Show Gist options
  • Select an option

  • Save brianaohern/efc9934c48fdf9e0d4382da983ea0e73 to your computer and use it in GitHub Desktop.

Select an option

Save brianaohern/efc9934c48fdf9e0d4382da983ea0e73 to your computer and use it in GitHub Desktop.
om.Campaign.close Example
document.addEventListener('om.Campaign.close', function(event) {
const url = "http://optinmonster.com";
window.location.href = url;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment