Last active
February 24, 2022 05:25
-
-
Save phylliswong/44e47367a0ef054b968affb2704de661 to your computer and use it in GitHub Desktop.
MP-demo-audience
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
module.exports = function () { | |
var section = $('.warranty-cta'); | |
if (section) { | |
evolv.context.update({ service_section: "true" }); | |
}; | |
}; |
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
{ | |
"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