Created
July 12, 2018 14:39
-
-
Save brianaohern/ccb984234d54217cabb1858fbae2eb10 to your computer and use it in GitHub Desktop.
om.Styles.positionPopup 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.Styles.positionPopup', function(event) { | |
| const campaign_selector = "#om-" + event.detail.Campaign.id + "-" + event.detail.Campaign.view; | |
| $(campaign_selector).dragon(); | |
| } ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment