Skip to content

Instantly share code, notes, and snippets.

@oiljin
Created August 25, 2014 11:16
Show Gist options
  • Save oiljin/7944e8a2192cb4a5a76b to your computer and use it in GitHub Desktop.
Save oiljin/7944e8a2192cb4a5a76b to your computer and use it in GitHub Desktop.
if (!window.location.origin) { // Some browsers (mainly IE) does not have this property, so we need to build it manually...
window.location.origin = window.location.protocol + '//' + window.location.hostname + (window.location.port ? (':' + window.location.port) : '');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment