Skip to content

Instantly share code, notes, and snippets.

View gmlnchv's full-sized avatar

Georgy Malanichev gmlnchv

View GitHub Profile
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) : '');
}