Created
July 12, 2018 14:07
-
-
Save brianaohern/efc9934c48fdf9e0d4382da983ea0e73 to your computer and use it in GitHub Desktop.
om.Campaign.close Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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