Skip to content

Instantly share code, notes, and snippets.

@ridinghoodmedia
Created April 26, 2016 17:44
Show Gist options
  • Save ridinghoodmedia/e41e52c93ee14b1bce8a195252bcca7a to your computer and use it in GitHub Desktop.
Save ridinghoodmedia/e41e52c93ee14b1bce8a195252bcca7a to your computer and use it in GitHub Desktop.
js snippets
//Useful js snippets
//Redirect to refferer url
if (document.referrer != "") {
location.href = document.referrer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment