Skip to content

Instantly share code, notes, and snippets.

@SergeiGolos
Created November 13, 2012 14:00
Show Gist options
  • Save SergeiGolos/4065896 to your computer and use it in GitHub Desktop.
Save SergeiGolos/4065896 to your computer and use it in GitHub Desktop.
[Solution] Kneading Hands Yoga iOS redirect
<script type="text/javascript">
if (navigator.userAgent.match(/(iPad|iPhone|iPod)/i)){
window.location = "https://clients.mindbodyonline.com/ASP/home.asp?studioid=18960";
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment