Created
July 12, 2018 17:16
-
-
Save brianaohern/263c89a60fee0d15c57623644eb1a082 to your computer and use it in GitHub Desktop.
om.Optin.error 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.Optin.error', 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