Created
March 30, 2021 14:59
-
-
Save jtsternberg/722904df1facca573cd220174a929998 to your computer and use it in GitHub Desktop.
Prevent loading all OM campaigns
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
<script type="text/javascript"> | |
document.addEventListener('om.Shutdown.init', function(evt) { | |
evt.detail.Shutdown.preventAll = true; | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment