Skip to content

Instantly share code, notes, and snippets.

@johnbocook
Created August 28, 2017 19:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnbocook/7b558bedaac6f2a024284b7cb45d2c08 to your computer and use it in GitHub Desktop.
Save johnbocook/7b558bedaac6f2a024284b7cb45d2c08 to your computer and use it in GitHub Desktop.
Javascript, check if localhost
var isLocal = location.host.includes('localhost');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment