Skip to content

Instantly share code, notes, and snippets.

@AertHulsebos
Created May 28, 2021 12:11
Show Gist options
  • Select an option

  • Save AertHulsebos/00b77c4325fb590355d220b863e19a2b to your computer and use it in GitHub Desktop.

Select an option

Save AertHulsebos/00b77c4325fb590355d220b863e19a2b to your computer and use it in GitHub Desktop.
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