by BuddhaSource on 10/21/14, 5:34 PM with 2 comments
by minimaxir on 10/21/14, 5:59 PM
function redirectFunction() {
if (navigator.userAgent.match(/(iPod|iPhone|iPad)/)) {
setTimeout(function() {
window.location = "itms://itunes.apple.com/app/justunfollow/id528626975?mt=8";
}, 25);
No.