Skip to content

Instantly share code, notes, and snippets.

@phylliswong
Last active February 24, 2022 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save phylliswong/44e47367a0ef054b968affb2704de661 to your computer and use it in GitHub Desktop.
Save phylliswong/44e47367a0ef054b968affb2704de661 to your computer and use it in GitHub Desktop.
MP-demo-audience
module.exports = function () {
var section = $('.warranty-cta');
if (section) {
evolv.context.update({ service_section: "true" });
};
};
{
"name": "audience",
"main": "auth.js",
"version": "1.0.0",
"description": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment