Skip to content

Instantly share code, notes, and snippets.

@theskillwithin
Created January 18, 2016 19:16
Show Gist options
  • Save theskillwithin/3ec0894a480dc2f67657 to your computer and use it in GitHub Desktop.
Save theskillwithin/3ec0894a480dc2f67657 to your computer and use it in GitHub Desktop.
if (yswLib.getCookie('yswashpop') == 'yswashpop') {
console.log('cookie');
} else {
console.log('no cookie');
yswLib.setCookie('yswashpop', 'yswashpop', 40, 'ashfootwear.com', '/');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment