Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var now = new Date().valueOf();
  2. setTimeout(function () {
  3. if (new Date().valueOf() - now > 100) return;
  4. window.location = "http://itunes.apple.com/yourappurl";
  5. }, 25);
  6. window.location = "smstest://my-test";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement