Skip to content

Instantly share code, notes, and snippets.

@johnbocook
Created August 28, 2017 19:37
Show Gist options
  • Select an option

  • Save johnbocook/7b558bedaac6f2a024284b7cb45d2c08 to your computer and use it in GitHub Desktop.

Select an option

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