Skip to content

Instantly share code, notes, and snippets.

@yurigoytacaz
Last active October 18, 2017 14:53
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 yurigoytacaz/599beeeba50209c0808b to your computer and use it in GitHub Desktop.
Save yurigoytacaz/599beeeba50209c0808b to your computer and use it in GitHub Desktop.
function isLocal(){
return window.location.href.indexOf('.dev') > -1;
}
// not local (prod)
if ( !isLocal() ) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment