Skip to content

Instantly share code, notes, and snippets.

@nukosuke
Created June 1, 2016 16:47
Show Gist options
  • Save nukosuke/4c17695757cdc0f847250125ca209e8e to your computer and use it in GitHub Desktop.
Save nukosuke/4c17695757cdc0f847250125ca209e8e to your computer and use it in GitHub Desktop.
if (!/^http[s]?\:\/\//.test(url)) {
url = 'http://' + url;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment