Created
May 28, 2021 12:11
-
-
Save AertHulsebos/00b77c4325fb590355d220b863e19a2b 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
| var cmplz_user_data = []; | |
| if (typeof (Storage) !== "undefined" && sessionStorage.cmplz_user_data) { | |
| cmplz_user_data = JSON.parse(sessionStorage.cmplz_user_data); | |
| if (cmplz_user_data.consenttype ==='optin'){ | |
| //do something | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment