Skip to content

Instantly share code, notes, and snippets.

@mshirdel
Created June 17, 2015 10:58
Show Gist options
  • Save mshirdel/dcc51967bbb9b14ea3b5 to your computer and use it in GitHub Desktop.
Save mshirdel/dcc51967bbb9b14ea3b5 to your computer and use it in GitHub Desktop.
URL and host
var url = location.protocol.concat("//") + window.location.host;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment