Created
November 13, 2012 14:00
-
-
Save SergeiGolos/4065896 to your computer and use it in GitHub Desktop.
[Solution] Kneading Hands Yoga iOS redirect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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