Skip to content

Instantly share code, notes, and snippets.

@joeljackson
Created January 23, 2016 01:12
Show Gist options
  • Save joeljackson/38d3ff3b4b08ed8ee648 to your computer and use it in GitHub Desktop.
Save joeljackson/38d3ff3b4b08ed8ee648 to your computer and use it in GitHub Desktop.
function(activate, options) {
// Do some logic
window.activationFunctions ||= [];
window.activationFunctions.push(function(){
if (window.location == 'free-trial') {
activate();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment