Skip to content

Instantly share code, notes, and snippets.

@CartHookSupport
Created March 14, 2019 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CartHookSupport/7186e521aae1f744e6e9216f809d28a2 to your computer and use it in GitHub Desktop.
Save CartHookSupport/7186e521aae1f744e6e9216f809d28a2 to your computer and use it in GitHub Desktop.
CH.event(function (event, data) {
if (event === 'INITIATED_PAGE') {
$('#buyer_accepts_marketing').prop('checked', false);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment