Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Created June 27, 2016 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rruhlen/89b811b4b9d011d29434df13e2ab319c to your computer and use it in GitHub Desktop.
Save rruhlen/89b811b4b9d011d29434df13e2ab319c to your computer and use it in GitHub Desktop.
redirect in JS
<script type="text/javascript">
window.location.replace("<url>");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment