Created
May 28, 2021 12:12
-
-
Save AertHulsebos/5bc8f48b54982db29d84345baa99ffe2 to your computer and use it in GitHub Desktop.
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).on("cmplzEnableScripts", myScriptHandler); | |
| function myScriptHandler(consentLevel) { | |
| //your code here | |
| console.log('run enable scripts event ' +consentLevel); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment